@Generated(value="software.amazon.awssdk:codegen") public final class ScalableTargetAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScalableTargetAction.Builder,ScalableTargetAction>
Represents the minimum and maximum capacity for a scheduled action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScalableTargetAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ScalableTargetAction.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxCapacity()
The maximum capacity.
|
Integer |
minCapacity()
The minimum capacity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScalableTargetAction.Builder> |
serializableBuilderClass() |
ScalableTargetAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer minCapacity()
The minimum capacity.
When the scheduled action runs, the resource will have at least this much capacity, but it might have more depending on other settings, such as the target utilization level of a target tracking scaling policy.
When the scheduled action runs, the resource will have at least this much capacity, but it might have more depending on other settings, such as the target utilization level of a target tracking scaling policy.
public final Integer maxCapacity()
The maximum capacity.
Although you can specify a large maximum capacity, note that service quotas may impose lower limits. Each service has its own default quotas for the maximum capacity of the resource. If you want to specify a higher limit, you can request an increase. For more information, consult the documentation for that service. For information about the default quotas for each service, see Service endpoints and quotas in the Amazon Web Services General Reference.
Although you can specify a large maximum capacity, note that service quotas may impose lower limits. Each service has its own default quotas for the maximum capacity of the resource. If you want to specify a higher limit, you can request an increase. For more information, consult the documentation for that service. For information about the default quotas for each service, see Service endpoints and quotas in the Amazon Web Services General Reference.
public ScalableTargetAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScalableTargetAction.Builder,ScalableTargetAction>public static ScalableTargetAction.Builder builder()
public static Class<? extends ScalableTargetAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.