@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, waitcopypublic final PredefinedMetricSpecification predefinedMetricSpecification()
A predefined metric. You must specify either a predefined metric or a customized metric.
public final CustomizedMetricSpecification customizedMetricSpecification()
A customized metric. You must specify either a predefined metric or a customized metric.
public final Double targetValue()
The target value for the metric.
Some metrics are based on a count instead of a percentage, such as the request count for an Application Load Balancer or the number of messages in an SQS queue. If the scaling policy specifies one of these metrics, specify the target utilization as the optimal average request or message count per instance during any one-minute interval.
Some metrics are based on a count instead of a percentage, such as the request count for an Application Load Balancer or the number of messages in an SQS queue. If the scaling policy specifies one of these metrics, specify the target utilization as the optimal average request or message count per instance during any one-minute interval.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.