@Generated(value="software.amazon.awssdk:codegen") public final class AutoScalingPolicyDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoScalingPolicyDescription.Builder,AutoScalingPolicyDescription>
An automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster. The automatic scaling policy defines how an instance group dynamically adds and terminates EC2 instances in response to the value of a CloudWatch metric. See PutAutoScalingPolicy.
Modifier and Type | Class and Description |
---|---|
static interface |
AutoScalingPolicyDescription.Builder |
Modifier and Type | Method and Description |
---|---|
static AutoScalingPolicyDescription.Builder |
builder() |
ScalingConstraints |
constraints()
The upper and lower EC2 instance limits for an automatic scaling policy.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<ScalingRule> |
rules()
The scale-in and scale-out rules that comprise the automatic scaling policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoScalingPolicyDescription.Builder> |
serializableBuilderClass() |
AutoScalingPolicyStatus |
status()
The status of an automatic scaling policy.
|
AutoScalingPolicyDescription.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public AutoScalingPolicyStatus status()
The status of an automatic scaling policy.
public ScalingConstraints constraints()
The upper and lower EC2 instance limits for an automatic scaling policy. Automatic scaling activity will not cause an instance group to grow above or below these limits.
public List<ScalingRule> rules()
The scale-in and scale-out rules that comprise the automatic scaling policy.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public AutoScalingPolicyDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AutoScalingPolicyDescription.Builder,AutoScalingPolicyDescription>
public static AutoScalingPolicyDescription.Builder builder()
public static Class<? extends AutoScalingPolicyDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.