@Generated(value="software.amazon.awssdk:codegen") public final class ScalingRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScalingRule.Builder,ScalingRule>
A scale-in or scale-out rule that defines scaling activity, including the CloudWatch metric alarm that triggers activity, how EC2 instances are added or removed, and the periodicity of adjustments. The automatic scaling policy for an instance group can comprise one or more automatic scaling rules.
Modifier and Type | Class and Description |
---|---|
static interface |
ScalingRule.Builder |
Modifier and Type | Method and Description |
---|---|
ScalingAction |
action()
The conditions that trigger an automatic scaling activity.
|
static ScalingRule.Builder |
builder() |
String |
description()
A friendly, more verbose description of the automatic scaling rule.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name used to identify an automatic scaling rule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScalingRule.Builder> |
serializableBuilderClass() |
ScalingRule.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
ScalingTrigger |
trigger()
The CloudWatch alarm definition that determines when automatic scaling activity is triggered.
|
copy
public final String name()
The name used to identify an automatic scaling rule. Rule names must be unique within a scaling policy.
public final String description()
A friendly, more verbose description of the automatic scaling rule.
public final ScalingAction action()
The conditions that trigger an automatic scaling activity.
public final ScalingTrigger trigger()
The CloudWatch alarm definition that determines when automatic scaling activity is triggered.
public ScalingRule.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ScalingRule.Builder,ScalingRule>
public static ScalingRule.Builder builder()
public static Class<? extends ScalingRule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()