CopyableBuilder<RemoveAutoScalingPolicyRequest.Builder,RemoveAutoScalingPolicyRequest>
, SdkBuilder<RemoveAutoScalingPolicyRequest.Builder,RemoveAutoScalingPolicyRequest>
public static interface RemoveAutoScalingPolicyRequest.Builder extends CopyableBuilder<RemoveAutoScalingPolicyRequest.Builder,RemoveAutoScalingPolicyRequest>
Modifier and Type | Method | Description |
---|---|---|
RemoveAutoScalingPolicyRequest.Builder |
clusterId(String clusterId) |
Specifies the ID of a cluster.
|
RemoveAutoScalingPolicyRequest.Builder |
instanceGroupId(String instanceGroupId) |
Specifies the ID of the instance group to which the scaling policy is applied.
|
copy
apply, build
RemoveAutoScalingPolicyRequest.Builder clusterId(String clusterId)
Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.
clusterId
- Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is
within this cluster.RemoveAutoScalingPolicyRequest.Builder instanceGroupId(String instanceGroupId)
Specifies the ID of the instance group to which the scaling policy is applied.
instanceGroupId
- Specifies the ID of the instance group to which the scaling policy is applied.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.