public static interface ListPriceListsResponse.Builder extends PricingResponse.Builder, SdkPojo, CopyableBuilder<ListPriceListsResponse.Builder,ListPriceListsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPriceListsResponse.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListPriceListsResponse.Builder |
priceLists(Collection<PriceList> priceLists)
The type of price list references that match your request.
|
ListPriceListsResponse.Builder |
priceLists(Consumer<PriceList.Builder>... priceLists)
The type of price list references that match your request.
|
ListPriceListsResponse.Builder |
priceLists(PriceList... priceLists)
The type of price list references that match your request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPriceListsResponse.Builder priceLists(Collection<PriceList> priceLists)
The type of price list references that match your request.
priceLists - The type of price list references that match your request.ListPriceListsResponse.Builder priceLists(PriceList... priceLists)
The type of price list references that match your request.
priceLists - The type of price list references that match your request.ListPriceListsResponse.Builder priceLists(Consumer<PriceList.Builder>... priceLists)
The type of price list references that match your request.
This is a convenience method that creates an instance of thePriceList.Builder avoiding the need to create one
manually via PriceList.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #priceLists(List.
priceLists - a consumer that will call methods on
PriceList.Builder#priceLists(java.util.Collection) ListPriceListsResponse.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.Copyright © 2023. All rights reserved.