@Generated(value="software.amazon.awssdk:codegen") public final class TargetTrackingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TargetTrackingConfiguration.Builder,TargetTrackingConfiguration>
Represents a target tracking scaling policy configuration to use with Amazon EC2 Auto Scaling.
Modifier and Type | Class and Description |
---|---|
static interface |
TargetTrackingConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static TargetTrackingConfiguration.Builder |
builder() |
CustomizedMetricSpecification |
customizedMetricSpecification()
A customized metric.
|
Boolean |
disableScaleIn()
Indicates whether scaling in by the target tracking scaling policy is disabled.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PredefinedMetricSpecification |
predefinedMetricSpecification()
A predefined metric.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TargetTrackingConfiguration.Builder> |
serializableBuilderClass() |
Double |
targetValue()
The target value for the metric.
|
TargetTrackingConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public PredefinedMetricSpecification predefinedMetricSpecification()
A predefined metric. You must specify either a predefined metric or a customized metric.
public CustomizedMetricSpecification customizedMetricSpecification()
A customized metric. You must specify either a predefined metric or a customized metric.
public Double targetValue()
The target value for the metric.
public Boolean disableScaleIn()
Indicates whether scaling in by the target tracking scaling policy is disabled. If scaling in is disabled, the
target tracking scaling policy doesn't remove instances from the Auto Scaling group. Otherwise, the target
tracking scaling policy can remove instances from the Auto Scaling group. The default is false
.
false
.public TargetTrackingConfiguration.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TargetTrackingConfiguration.Builder,TargetTrackingConfiguration>
public static TargetTrackingConfiguration.Builder builder()
public static Class<? extends TargetTrackingConfiguration.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.