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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAutoScalingSettingsUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanautoScalingDisabled()Disabled auto scaling for this global table or global secondary index.StringautoScalingRoleArn()Role ARN used for configuring auto scaling policy.static AutoScalingSettingsUpdate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongmaximumUnits()The maximum capacity units that a global table or global secondary index should be scaled up to.LongminimumUnits()The minimum capacity units that a global table or global secondary index should be scaled down to.AutoScalingPolicyUpdatescalingPolicyUpdate()The scaling policy to apply for scaling target global table or global secondary index capacity units.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AutoScalingSettingsUpdate.Builder>serializableBuilderClass()AutoScalingSettingsUpdate.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
minimumUnits
public final Long 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
public final Long 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
public final Boolean 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
public final String autoScalingRoleArn()
Role ARN used for configuring auto scaling policy.
- Returns:
- Role ARN used for configuring auto scaling policy.
-
scalingPolicyUpdate
public final AutoScalingPolicyUpdate 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
public AutoScalingSettingsUpdate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AutoScalingSettingsUpdate.Builder,AutoScalingSettingsUpdate>
-
builder
public static AutoScalingSettingsUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends AutoScalingSettingsUpdate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-