public static interface DescribeSavingsPlanRatesRequest.Builder extends SavingsplansRequest.Builder, SdkPojo, CopyableBuilder<DescribeSavingsPlanRatesRequest.Builder,DescribeSavingsPlanRatesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlanRatesRequest.Builder |
filters(Collection<SavingsPlanRateFilter> filters)
The filters.
|
DescribeSavingsPlanRatesRequest.Builder |
filters(Consumer<SavingsPlanRateFilter.Builder>... filters)
The filters.
|
DescribeSavingsPlanRatesRequest.Builder |
filters(SavingsPlanRateFilter... filters)
The filters.
|
DescribeSavingsPlanRatesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeSavingsPlanRatesRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
DescribeSavingsPlanRatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSavingsPlanRatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeSavingsPlanRatesRequest.Builder |
savingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSavingsPlanRatesRequest.Builder savingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
savingsPlanId - The ID of the Savings Plan.DescribeSavingsPlanRatesRequest.Builder filters(Collection<SavingsPlanRateFilter> filters)
The filters.
filters - The filters.DescribeSavingsPlanRatesRequest.Builder filters(SavingsPlanRateFilter... filters)
The filters.
filters - The filters.DescribeSavingsPlanRatesRequest.Builder filters(Consumer<SavingsPlanRateFilter.Builder>... filters)
The filters.
This is a convenience method 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 #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) DescribeSavingsPlanRatesRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribeSavingsPlanRatesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.
maxResults - The maximum number of results to return with a single call. To retrieve additional results, make
another call with the returned token value.DescribeSavingsPlanRatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeSavingsPlanRatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.