public static interface DescribeSavingsPlansOfferingRatesResponse.Builder extends SavingsplansResponse.Builder, SdkPojo, CopyableBuilder<DescribeSavingsPlansOfferingRatesResponse.Builder,DescribeSavingsPlansOfferingRatesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlansOfferingRatesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeSavingsPlansOfferingRatesResponse.Builder |
searchResults(Collection<SavingsPlanOfferingRate> searchResults)
Information about the Savings Plans offering rates.
|
DescribeSavingsPlansOfferingRatesResponse.Builder |
searchResults(Consumer<SavingsPlanOfferingRate.Builder>... searchResults)
Information about the Savings Plans offering rates.
|
DescribeSavingsPlansOfferingRatesResponse.Builder |
searchResults(SavingsPlanOfferingRate... searchResults)
Information about the Savings Plans offering rates.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSavingsPlansOfferingRatesResponse.Builder searchResults(Collection<SavingsPlanOfferingRate> searchResults)
Information about the Savings Plans offering rates.
searchResults - Information about the Savings Plans offering rates.DescribeSavingsPlansOfferingRatesResponse.Builder searchResults(SavingsPlanOfferingRate... searchResults)
Information about the Savings Plans offering rates.
searchResults - Information about the Savings Plans offering rates.DescribeSavingsPlansOfferingRatesResponse.Builder searchResults(Consumer<SavingsPlanOfferingRate.Builder>... searchResults)
Information about the Savings Plans offering rates.
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) DescribeSavingsPlansOfferingRatesResponse.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.