public static interface ListLongTermPricingResponse.Builder extends SnowballResponse.Builder, SdkPojo, CopyableBuilder<ListLongTermPricingResponse.Builder,ListLongTermPricingResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLongTermPricingResponse.Builder |
longTermPricingEntries(Collection<LongTermPricingListEntry> longTermPricingEntries)
Each
LongTermPricingEntry object contains a status, ID, and other information about the
LongTermPricing type. |
ListLongTermPricingResponse.Builder |
longTermPricingEntries(Consumer<LongTermPricingListEntry.Builder>... longTermPricingEntries)
Each
LongTermPricingEntry object contains a status, ID, and other information about the
LongTermPricing type. |
ListLongTermPricingResponse.Builder |
longTermPricingEntries(LongTermPricingListEntry... longTermPricingEntries)
Each
LongTermPricingEntry object contains a status, ID, and other information about the
LongTermPricing type. |
ListLongTermPricingResponse.Builder |
nextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for your next list of returned
ListLongTermPricing list. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLongTermPricingResponse.Builder longTermPricingEntries(Collection<LongTermPricingListEntry> longTermPricingEntries)
Each LongTermPricingEntry object contains a status, ID, and other information about the
LongTermPricing type.
longTermPricingEntries - Each LongTermPricingEntry object contains a status, ID, and other information about the
LongTermPricing type.ListLongTermPricingResponse.Builder longTermPricingEntries(LongTermPricingListEntry... longTermPricingEntries)
Each LongTermPricingEntry object contains a status, ID, and other information about the
LongTermPricing type.
longTermPricingEntries - Each LongTermPricingEntry object contains a status, ID, and other information about the
LongTermPricing type.ListLongTermPricingResponse.Builder longTermPricingEntries(Consumer<LongTermPricingListEntry.Builder>... longTermPricingEntries)
Each LongTermPricingEntry object contains a status, ID, and other information about the
LongTermPricing type.
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #longTermPricingEntries(List) .longTermPricingEntries - a consumer that will call methods on List.Builder #longTermPricingEntries(List) ListLongTermPricingResponse.Builder nextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for your next list of returned
ListLongTermPricing list.
nextToken - Because HTTP requests are stateless, this is the starting point for your next list of returned
ListLongTermPricing list.Copyright © 2021. All rights reserved.