public static interface DescribeSavingsPlansRequest.Builder extends SavingsplansRequest.Builder, SdkPojo, CopyableBuilder<DescribeSavingsPlansRequest.Builder,DescribeSavingsPlansRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSavingsPlansRequest.Builder savingsPlanArns(Collection<String> savingsPlanArns)
The Amazon Resource Names (ARN) of the Savings Plans.
savingsPlanArns - The Amazon Resource Names (ARN) of the Savings Plans.DescribeSavingsPlansRequest.Builder savingsPlanArns(String... savingsPlanArns)
The Amazon Resource Names (ARN) of the Savings Plans.
savingsPlanArns - The Amazon Resource Names (ARN) of the Savings Plans.DescribeSavingsPlansRequest.Builder savingsPlanIds(Collection<String> savingsPlanIds)
The IDs of the Savings Plans.
savingsPlanIds - The IDs of the Savings Plans.DescribeSavingsPlansRequest.Builder savingsPlanIds(String... savingsPlanIds)
The IDs of the Savings Plans.
savingsPlanIds - The IDs of the Savings Plans.DescribeSavingsPlansRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribeSavingsPlansRequest.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.DescribeSavingsPlansRequest.Builder statesWithStrings(Collection<String> states)
The states.
states - The states.DescribeSavingsPlansRequest.Builder statesWithStrings(String... states)
The states.
states - The states.DescribeSavingsPlansRequest.Builder states(Collection<SavingsPlanState> states)
The states.
states - The states.DescribeSavingsPlansRequest.Builder states(SavingsPlanState... states)
The states.
states - The states.DescribeSavingsPlansRequest.Builder filters(Collection<SavingsPlanFilter> filters)
The filters.
filters - The filters.DescribeSavingsPlansRequest.Builder filters(SavingsPlanFilter... filters)
The filters.
filters - The filters.DescribeSavingsPlansRequest.Builder filters(Consumer<SavingsPlanFilter.Builder>... filters)
The filters.
This is a convenience method that creates an instance of theSavingsPlanFilter.Builder avoiding the need to
create one manually via
SavingsPlanFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
SavingsPlanFilter.Builder#filters(java.util.Collection) DescribeSavingsPlansRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeSavingsPlansRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.