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 method that creates an instance of theSavingsPlanOfferingRate.Builder avoiding the need
to create one manually via
SavingsPlanOfferingRate.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
SavingsPlanOfferingRate.Builder#searchResults(java.util.Collection) 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 © 2023. All rights reserved.