Interface ListFulfillmentOptionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFulfillmentOptionsResponse.Builder,,ListFulfillmentOptionsResponse> MarketplaceDiscoveryResponse.Builder,SdkBuilder<ListFulfillmentOptionsResponse.Builder,,ListFulfillmentOptionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListFulfillmentOptionsResponse
@Mutable
@NotThreadSafe
public static interface ListFulfillmentOptionsResponse.Builder
extends MarketplaceDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<ListFulfillmentOptionsResponse.Builder,ListFulfillmentOptionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfulfillmentOptions(Collection<FulfillmentOption> fulfillmentOptions) The fulfillment options available for the product.fulfillmentOptions(Consumer<FulfillmentOption.Builder>... fulfillmentOptions) The fulfillment options available for the product.fulfillmentOptions(FulfillmentOption... fulfillmentOptions) The fulfillment options available for the product.IfnextTokenis returned, there are more results available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.marketplacediscovery.model.MarketplaceDiscoveryResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
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(Consumer<FulfillmentOption.Builder>... 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 theFulfillmentOption.Builderavoiding the need to create one manually viaFulfillmentOption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofulfillmentOptions(List<FulfillmentOption>).- Parameters:
fulfillmentOptions- a consumer that will call methods onFulfillmentOption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If
nextTokenis returned, there are more results available. Make the call again using the returned token to retrieve the next page.- Parameters:
nextToken- IfnextTokenis 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.
-