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) |
Token that indicates where to resume retrieving results on the next call to this action.
|
DescribeScalingPoliciesResponse.Builder |
scalingPolicies(Collection<ScalingPolicy> scalingPolicies) |
Collection of objects containing the scaling policies matching the request.
|
DescribeScalingPoliciesResponse.Builder |
scalingPolicies(ScalingPolicy... scalingPolicies) |
Collection of objects containing the scaling policies matching the request.
|
copy
apply, build
DescribeScalingPoliciesResponse.Builder scalingPolicies(Collection<ScalingPolicy> scalingPolicies)
Collection of objects containing the scaling policies matching the request.
scalingPolicies
- Collection of objects containing the scaling policies matching the request.DescribeScalingPoliciesResponse.Builder scalingPolicies(ScalingPolicy... scalingPolicies)
Collection of objects containing the scaling policies matching the request.
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
- Collection of objects containing the scaling policies matching the request.DescribeScalingPoliciesResponse.Builder nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
nextToken
- Token that indicates where to resume retrieving results on the next call to this action. If no token
is returned, these results represent the end of the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.