public static interface DescribeScalingPoliciesRequest.Builder extends GameLiftRequest.Builder, CopyableBuilder<DescribeScalingPoliciesRequest.Builder,DescribeScalingPoliciesRequest>
| Modifier and Type | Method and 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeScalingPoliciesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeScalingPoliciesRequest.Builder |
statusFilter(ScalingStatusType statusFilter)
Scaling policy status to filter results on.
|
DescribeScalingPoliciesRequest.Builder |
statusFilter(String statusFilter)
Scaling policy status to filter results on.
|
buildoverrideConfigurationcopyapplyMutation, 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.
ScalingStatusType,
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.
ScalingStatusType,
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 start at the beginning 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 start at the beginning of the result set, do not specify a
value.DescribeScalingPoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeScalingPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.