public static interface DescribeScalingPlansResponse.Builder extends AutoScalingPlansResponse.Builder, SdkPojo, CopyableBuilder<DescribeScalingPlansResponse.Builder,DescribeScalingPlansResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingPlansResponse.Builder |
nextToken(String nextToken)
The token required to get the next set of results.
|
DescribeScalingPlansResponse.Builder |
scalingPlans(Collection<ScalingPlan> scalingPlans)
Information about the scaling plans.
|
DescribeScalingPlansResponse.Builder |
scalingPlans(Consumer<ScalingPlan.Builder>... scalingPlans)
Information about the scaling plans.
|
DescribeScalingPlansResponse.Builder |
scalingPlans(ScalingPlan... scalingPlans)
Information about the scaling plans.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeScalingPlansResponse.Builder scalingPlans(Collection<ScalingPlan> scalingPlans)
Information about the scaling plans.
scalingPlans - Information about the scaling plans.DescribeScalingPlansResponse.Builder scalingPlans(ScalingPlan... scalingPlans)
Information about the scaling plans.
scalingPlans - Information about the scaling plans.DescribeScalingPlansResponse.Builder scalingPlans(Consumer<ScalingPlan.Builder>... scalingPlans)
Information about the scaling plans.
This is a convenience method that creates an instance of theScalingPlan.Builder avoiding the need to
create one manually via ScalingPlan.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #scalingPlans(List.
scalingPlans - a consumer that will call methods on
ScalingPlan.Builder#scalingPlans(java.util.Collection) DescribeScalingPlansResponse.Builder nextToken(String nextToken)
The token required to get the next set of results. This value is null if there are no more
results to return.
nextToken - The token required to get the next set of results. This value is null if there are no
more results to return.Copyright © 2023. All rights reserved.