Interface EntityRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EntityRequest.Builder,EntityRequest>, SdkBuilder<EntityRequest.Builder,EntityRequest>, SdkPojo
Enclosing class:
EntityRequest

public static interface EntityRequest.Builder extends SdkPojo, CopyableBuilder<EntityRequest.Builder,EntityRequest>
  • Method Details

    • catalog

      EntityRequest.Builder catalog(String catalog)

      The name of the catalog the entity is present in. The only value at this time is AWSMarketplace.

      Parameters:
      catalog - The name of the catalog the entity is present in. The only value at this time is AWSMarketplace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entityId

      EntityRequest.Builder entityId(String entityId)

      The ID of the entity.

      Parameters:
      entityId - The ID of the entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.