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 method that creates an instance of theSavingsPlanOffering.Builder avoiding the need to
create one manually via
SavingsPlanOffering.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #searchResults(List.
searchResults - a consumer that will call methods on
SavingsPlanOffering.Builder#searchResults(java.util.Collection) 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 © 2023. All rights reserved.