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