StructuredPojo
, ToCopyableBuilder<AutoScalingPolicy.Builder,AutoScalingPolicy>
@Generated("software.amazon.awssdk:codegen") public class AutoScalingPolicy extends Object implements StructuredPojo, ToCopyableBuilder<AutoScalingPolicy.Builder,AutoScalingPolicy>
An automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster. An 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 | Description |
---|---|---|
static interface |
AutoScalingPolicy.Builder |
Modifier and Type | Method | Description |
---|---|---|
static AutoScalingPolicy.Builder |
builder() |
|
ScalingConstraints |
constraints() |
The upper and lower EC2 instance limits for an automatic scaling policy.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
List<ScalingRule> |
rules() |
The scale-in and scale-out rules that comprise the automatic scaling policy.
|
static Class<? extends AutoScalingPolicy.Builder> |
serializableBuilderClass() |
|
AutoScalingPolicy.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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.
public AutoScalingPolicy.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AutoScalingPolicy.Builder,AutoScalingPolicy>
public static AutoScalingPolicy.Builder builder()
public static Class<? extends AutoScalingPolicy.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.