public static interface DescribeScalingPoliciesResponse.Builder extends ApplicationAutoScalingResponse.Builder, SdkPojo, CopyableBuilder<DescribeScalingPoliciesResponse.Builder,DescribeScalingPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingPoliciesResponse.Builder |
nextToken(String nextToken)
The token required to get the next set of results.
|
DescribeScalingPoliciesResponse.Builder |
scalingPolicies(Collection<ScalingPolicy> scalingPolicies)
Information about the scaling policies.
|
DescribeScalingPoliciesResponse.Builder |
scalingPolicies(Consumer<ScalingPolicy.Builder>... scalingPolicies)
Information about the scaling policies.
|
DescribeScalingPoliciesResponse.Builder |
scalingPolicies(ScalingPolicy... scalingPolicies)
Information about the scaling policies.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeScalingPoliciesResponse.Builder scalingPolicies(Collection<ScalingPolicy> scalingPolicies)
Information about the scaling policies.
scalingPolicies - Information about the scaling policies.DescribeScalingPoliciesResponse.Builder scalingPolicies(ScalingPolicy... scalingPolicies)
Information about the scaling policies.
scalingPolicies - Information about the scaling policies.DescribeScalingPoliciesResponse.Builder scalingPolicies(Consumer<ScalingPolicy.Builder>... scalingPolicies)
Information about the scaling policies.
This is a convenience method that creates an instance of theScalingPolicy.Builder avoiding the need
to create one manually via
ScalingPolicy.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #scalingPolicies(List.
scalingPolicies - a consumer that will call methods on
ScalingPolicy.Builder#scalingPolicies(java.util.Collection) DescribeScalingPoliciesResponse.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.