public static interface DescribeSavingsPlansResponse.Builder extends SavingsplansResponse.Builder, SdkPojo, CopyableBuilder<DescribeSavingsPlansResponse.Builder,DescribeSavingsPlansResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlansResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeSavingsPlansResponse.Builder |
savingsPlans(Collection<SavingsPlan> savingsPlans)
Information about the Savings Plans.
|
DescribeSavingsPlansResponse.Builder |
savingsPlans(Consumer<SavingsPlan.Builder>... savingsPlans)
Information about the Savings Plans.
|
DescribeSavingsPlansResponse.Builder |
savingsPlans(SavingsPlan... savingsPlans)
Information about the Savings Plans.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSavingsPlansResponse.Builder savingsPlans(Collection<SavingsPlan> savingsPlans)
Information about the Savings Plans.
savingsPlans - Information about the Savings Plans.DescribeSavingsPlansResponse.Builder savingsPlans(SavingsPlan... savingsPlans)
Information about the Savings Plans.
savingsPlans - Information about the Savings Plans.DescribeSavingsPlansResponse.Builder savingsPlans(Consumer<SavingsPlan.Builder>... savingsPlans)
Information about the Savings Plans.
This is a convenience method that creates an instance of theSavingsPlan.Builder avoiding the need to create
one manually via SavingsPlan.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #savingsPlans(List.
savingsPlans - a consumer that will call methods on
SavingsPlan.Builder#savingsPlans(java.util.Collection) DescribeSavingsPlansResponse.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.