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 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) 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 © 2019. All rights reserved.