CopyableBuilder<DescribeScalingPoliciesResponse.Builder,DescribeScalingPoliciesResponse>
, SdkBuilder<DescribeScalingPoliciesResponse.Builder,DescribeScalingPoliciesResponse>
public static interface DescribeScalingPoliciesResponse.Builder extends CopyableBuilder<DescribeScalingPoliciesResponse.Builder,DescribeScalingPoliciesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeScalingPoliciesResponse.Builder |
nextToken(String nextToken) |
The token required to get the next set of results.
|
DescribeScalingPoliciesResponse.Builder |
scalingPolicies(Collection<ScalingPolicy> scalingPolicies) |
A list of scaling policy objects.
|
DescribeScalingPoliciesResponse.Builder |
scalingPolicies(ScalingPolicy... scalingPolicies) |
A list of scaling policy objects.
|
copy
apply, build
DescribeScalingPoliciesResponse.Builder scalingPolicies(Collection<ScalingPolicy> scalingPolicies)
A list of scaling policy objects.
scalingPolicies
- A list of scaling policy objects.DescribeScalingPoliciesResponse.Builder scalingPolicies(ScalingPolicy... scalingPolicies)
A list of scaling policy objects.
NOTE: This method appends the values to the existing list (if any). Use
#setScalingPolicies(java.util.Collection)
or #withScalingPolicies(java.util.Collection)
if
you want to override the existing values.
scalingPolicies
- A list of scaling policy objects.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.