Interface ListFulfillmentOptionsResponse.Builder

  • Method Details

    • fulfillmentOptions

      ListFulfillmentOptionsResponse.Builder fulfillmentOptions(Collection<FulfillmentOption> fulfillmentOptions)

      The fulfillment options available for the product. Each option describes how the buyer can deploy or access the product.

      Parameters:
      fulfillmentOptions - The fulfillment options available for the product. Each option describes how the buyer can deploy or access the product.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fulfillmentOptions

      ListFulfillmentOptionsResponse.Builder fulfillmentOptions(FulfillmentOption... fulfillmentOptions)

      The fulfillment options available for the product. Each option describes how the buyer can deploy or access the product.

      Parameters:
      fulfillmentOptions - The fulfillment options available for the product. Each option describes how the buyer can deploy or access the product.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fulfillmentOptions

      The fulfillment options available for the product. Each option describes how the buyer can deploy or access the product.

      This is a convenience method that creates an instance of the FulfillmentOption.Builder avoiding the need to create one manually via FulfillmentOption.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to fulfillmentOptions(List<FulfillmentOption>).

      Parameters:
      fulfillmentOptions - a consumer that will call methods on FulfillmentOption.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      If nextToken is returned, there are more results available. Make the call again using the returned token to retrieve the next page.

      Parameters:
      nextToken - If nextToken is returned, there are more results available. Make the call again using the returned token to retrieve the next page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.