public static interface DescribeSavingsPlanRatesResponse.Builder extends SavingsplansResponse.Builder, SdkPojo, CopyableBuilder<DescribeSavingsPlanRatesResponse.Builder,DescribeSavingsPlanRatesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlanRatesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeSavingsPlanRatesResponse.Builder |
savingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
|
DescribeSavingsPlanRatesResponse.Builder |
searchResults(Collection<SavingsPlanRate> searchResults)
Information about the Savings Plans rates.
|
DescribeSavingsPlanRatesResponse.Builder |
searchResults(Consumer<SavingsPlanRate.Builder>... searchResults)
Information about the Savings Plans rates.
|
DescribeSavingsPlanRatesResponse.Builder |
searchResults(SavingsPlanRate... searchResults)
Information about the Savings Plans rates.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSavingsPlanRatesResponse.Builder savingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
savingsPlanId - The ID of the Savings Plan.DescribeSavingsPlanRatesResponse.Builder searchResults(Collection<SavingsPlanRate> searchResults)
Information about the Savings Plans rates.
searchResults - Information about the Savings Plans rates.DescribeSavingsPlanRatesResponse.Builder searchResults(SavingsPlanRate... searchResults)
Information about the Savings Plans rates.
searchResults - Information about the Savings Plans rates.DescribeSavingsPlanRatesResponse.Builder searchResults(Consumer<SavingsPlanRate.Builder>... searchResults)
Information about the Savings Plans rates.
This is a convenience method that creates an instance of theSavingsPlanRate.Builder avoiding the need to
create one manually via SavingsPlanRate.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
SavingsPlanRate.Builder#searchResults(java.util.Collection) DescribeSavingsPlanRatesResponse.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.