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 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 #savingsPlans(List) .savingsPlans - a consumer that will call methods on List.Builder #savingsPlans(List) 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 © 2022. All rights reserved.