public static interface DescribeSavingsPlansOfferingsResponse.Builder extends SavingsplansResponse.Builder, SdkPojo, CopyableBuilder<DescribeSavingsPlansOfferingsResponse.Builder,DescribeSavingsPlansOfferingsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlansOfferingsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeSavingsPlansOfferingsResponse.Builder |
searchResults(Collection<SavingsPlanOffering> searchResults)
Information about the Savings Plans offerings.
|
DescribeSavingsPlansOfferingsResponse.Builder |
searchResults(Consumer<SavingsPlanOffering.Builder>... searchResults)
Information about the Savings Plans offerings.
|
DescribeSavingsPlansOfferingsResponse.Builder |
searchResults(SavingsPlanOffering... searchResults)
Information about the Savings Plans offerings.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSavingsPlansOfferingsResponse.Builder searchResults(Collection<SavingsPlanOffering> searchResults)
Information about the Savings Plans offerings.
searchResults - Information about the Savings Plans offerings.DescribeSavingsPlansOfferingsResponse.Builder searchResults(SavingsPlanOffering... searchResults)
Information about the Savings Plans offerings.
searchResults - Information about the Savings Plans offerings.DescribeSavingsPlansOfferingsResponse.Builder searchResults(Consumer<SavingsPlanOffering.Builder>... searchResults)
Information about the Savings Plans offerings.
This is a convenience that creates an instance of theList.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 #searchResults(List) .searchResults - a consumer that will call methods on List.Builder #searchResults(List) DescribeSavingsPlansOfferingsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more
results to return.Copyright © 2019. All rights reserved.