Interface DescribeScalingPoliciesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeScalingPoliciesRequest.Builder,DescribeScalingPoliciesRequest>,GameLiftRequest.Builder,SdkBuilder<DescribeScalingPoliciesRequest.Builder,DescribeScalingPoliciesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeScalingPoliciesRequest
public static interface DescribeScalingPoliciesRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeScalingPoliciesRequest.Builder,DescribeScalingPoliciesRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
fleetId
DescribeScalingPoliciesRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet for which to retrieve scaling policies. You can use either the fleet ID or ARN value.
- Parameters:
fleetId- A unique identifier for the fleet for which to retrieve scaling policies. You can use either the fleet ID or ARN value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusFilter
DescribeScalingPoliciesRequest.Builder statusFilter(String statusFilter)
Scaling policy status to filter results on. A scaling policy is only in force when in an
ACTIVEstatus.-
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.
- Parameters:
statusFilter- Scaling policy status to filter results on. A scaling policy is only in force when in anACTIVEstatus.-
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ScalingStatusType,ScalingStatusType
-
-
statusFilter
DescribeScalingPoliciesRequest.Builder statusFilter(ScalingStatusType statusFilter)
Scaling policy status to filter results on. A scaling policy is only in force when in an
ACTIVEstatus.-
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.
- Parameters:
statusFilter- Scaling policy status to filter results on. A scaling policy is only in force when in anACTIVEstatus.-
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ScalingStatusType,ScalingStatusType
-
-
limit
DescribeScalingPoliciesRequest.Builder limit(Integer limit)
The maximum number of results to return. Use this parameter with
NextTokento get results as a set of sequential pages.- Parameters:
limit- The maximum number of results to return. Use this parameter withNextTokento get results as a set of sequential pages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeScalingPoliciesRequest.Builder nextToken(String nextToken)
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
- Parameters:
nextToken- A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
DescribeScalingPoliciesRequest.Builder location(String location)
The fleet location. If you don't specify this value, the response contains the scaling policies of every location in the fleet.
- Parameters:
location- The fleet location. If you don't specify this value, the response contains the scaling policies of every location in the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeScalingPoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeScalingPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-