CopyableBuilder<DescribeScalingPoliciesRequest.Builder,DescribeScalingPoliciesRequest>, SdkBuilder<DescribeScalingPoliciesRequest.Builder,DescribeScalingPoliciesRequest>public static interface DescribeScalingPoliciesRequest.Builder extends CopyableBuilder<DescribeScalingPoliciesRequest.Builder,DescribeScalingPoliciesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeScalingPoliciesRequest.Builder |
fleetId(String fleetId) |
Unique identifier for a fleet to retrieve scaling policies for.
|
DescribeScalingPoliciesRequest.Builder |
limit(Integer limit) |
Maximum number of results to return.
|
DescribeScalingPoliciesRequest.Builder |
nextToken(String nextToken) |
Token that indicates the start of the next sequential page of results.
|
DescribeScalingPoliciesRequest.Builder |
statusFilter(String statusFilter) |
Scaling policy status to filter results on.
|
DescribeScalingPoliciesRequest.Builder |
statusFilter(ScalingStatusType statusFilter) |
Scaling policy status to filter results on.
|
copyapply, buildDescribeScalingPoliciesRequest.Builder fleetId(String fleetId)
Unique identifier for a fleet to retrieve scaling policies for.
fleetId - Unique identifier for a fleet to retrieve scaling policies for.DescribeScalingPoliciesRequest.Builder statusFilter(String statusFilter)
Scaling policy status to filter results on. A scaling policy is only in force when in an ACTIVE
status.
ACTIVE – The scaling policy is currently in force.
UPDATEREQUESTED – A request to update the scaling policy has been received.
UPDATING – A change is being made to the scaling policy.
DELETEREQUESTED – A request to delete the scaling policy has been received.
DELETING – The scaling policy is being deleted.
DELETED – The scaling policy has been deleted.
ERROR – An error occurred in creating the policy. It should be removed and recreated.
statusFilter - Scaling policy status to filter results on. A scaling policy is only in force when in an
ACTIVE status.
ACTIVE – The scaling policy is currently in force.
UPDATEREQUESTED – A request to update the scaling policy has been received.
UPDATING – A change is being made to the scaling policy.
DELETEREQUESTED – A request to delete the scaling policy has been received.
DELETING – The scaling policy is being deleted.
DELETED – The scaling policy has been deleted.
ERROR – An error occurred in creating the policy. It should be removed and recreated.
ScalingStatusTypeDescribeScalingPoliciesRequest.Builder statusFilter(ScalingStatusType statusFilter)
Scaling policy status to filter results on. A scaling policy is only in force when in an ACTIVE
status.
ACTIVE – The scaling policy is currently in force.
UPDATEREQUESTED – A request to update the scaling policy has been received.
UPDATING – A change is being made to the scaling policy.
DELETEREQUESTED – A request to delete the scaling policy has been received.
DELETING – The scaling policy is being deleted.
DELETED – The scaling policy has been deleted.
ERROR – An error occurred in creating the policy. It should be removed and recreated.
statusFilter - Scaling policy status to filter results on. A scaling policy is only in force when in an
ACTIVE status.
ACTIVE – The scaling policy is currently in force.
UPDATEREQUESTED – A request to update the scaling policy has been received.
UPDATING – A change is being made to the scaling policy.
DELETEREQUESTED – A request to delete the scaling policy has been received.
DELETING – The scaling policy is being deleted.
DELETED – The scaling policy has been deleted.
ERROR – An error occurred in creating the policy. It should be removed and recreated.
ScalingStatusTypeDescribeScalingPoliciesRequest.Builder limit(Integer limit)
Maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
limit - Maximum number of results to return. Use this parameter with NextToken to get results as
a set of sequential pages.DescribeScalingPoliciesRequest.Builder nextToken(String nextToken)
Token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
nextToken - Token that indicates the start of the next sequential page of results. Use the token that is returned
with a previous call to this action. To specify the start of the result set, do not specify a value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.