Class AutoScalingSettingsUpdate
java.lang.Object
software.amazon.awssdk.services.dynamodb.model.AutoScalingSettingsUpdate
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AutoScalingSettingsUpdate.Builder,AutoScalingSettingsUpdate>
@Generated("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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanDisabled auto scaling for this global table or global secondary index.final StringRole ARN used for configuring auto scaling policy.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final LongThe maximum capacity units that a global table or global secondary index should be scaled up to.final LongThe minimum capacity units that a global table or global secondary index should be scaled down to.final AutoScalingPolicyUpdateThe scaling policy to apply for scaling target global table or global secondary index capacity units.static Class<? extends AutoScalingSettingsUpdate.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
minimumUnits
The minimum capacity units that a global table or global secondary index should be scaled down to.
- Returns:
- The minimum capacity units that a global table or global secondary index should be scaled down to.
-
maximumUnits
The maximum capacity units that a global table or global secondary index should be scaled up to.
- Returns:
- The maximum capacity units that a global table or global secondary index should be scaled up to.
-
autoScalingDisabled
Disabled auto scaling for this global table or global secondary index.
- Returns:
- Disabled auto scaling for this global table or global secondary index.
-
autoScalingRoleArn
Role ARN used for configuring auto scaling policy.
- Returns:
- Role ARN used for configuring auto scaling policy.
-
scalingPolicyUpdate
The scaling policy to apply for scaling target global table or global secondary index capacity units.
- Returns:
- The scaling policy to apply for scaling target global table or global secondary index capacity units.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AutoScalingSettingsUpdate.Builder,AutoScalingSettingsUpdate>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-