Interface EntityRequest.Builder

  • 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.