@Generated(value="software.amazon.awssdk:codegen") public final class AutoScalingSettingsUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoScalingSettingsUpdate.Builder,AutoScalingSettingsUpdate>
Represents the auto scaling settings to be modified for a global table or global secondary index.
Modifier and Type | Class and Description |
---|---|
static interface |
AutoScalingSettingsUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
Boolean |
autoScalingDisabled()
Disabled auto scaling for this global table or global secondary index.
|
String |
autoScalingRoleArn()
Role ARN used for configuring auto scaling policy.
|
static AutoScalingSettingsUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
maximumUnits()
The maximum capacity units that a global table or global secondary index should be scaled up to.
|
Long |
minimumUnits()
The minimum capacity units that a global table or global secondary index should be scaled down to.
|
AutoScalingPolicyUpdate |
scalingPolicyUpdate()
The scaling policy to apply for scaling target global table or global secondary index capacity units.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoScalingSettingsUpdate.Builder> |
serializableBuilderClass() |
AutoScalingSettingsUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Long minimumUnits()
The minimum capacity units that a global table or global secondary index should be scaled down to.
public Long maximumUnits()
The maximum capacity units that a global table or global secondary index should be scaled up to.
public Boolean autoScalingDisabled()
Disabled auto scaling for this global table or global secondary index.
public String autoScalingRoleArn()
Role ARN used for configuring auto scaling policy.
public AutoScalingPolicyUpdate scalingPolicyUpdate()
The scaling policy to apply for scaling target global table or global secondary index capacity units.
public AutoScalingSettingsUpdate.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AutoScalingSettingsUpdate.Builder,AutoScalingSettingsUpdate>
public static AutoScalingSettingsUpdate.Builder builder()
public static Class<? extends AutoScalingSettingsUpdate.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.