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