Class AutoScalingPolicy
- java.lang.Object
-
- software.amazon.awssdk.services.keyspaces.model.AutoScalingPolicy
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AutoScalingPolicy.Builder,AutoScalingPolicy>
@Generated("software.amazon.awssdk:codegen") public final class AutoScalingPolicy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoScalingPolicy.Builder,AutoScalingPolicy>
Amazon Keyspaces supports the
target trackingauto scaling policy. With this policy, Amazon Keyspaces auto scaling ensures that the table's ratio of consumed to provisioned capacity stays at or near the target value that you specify. You define the target value as a percentage between 20 and 90.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAutoScalingPolicy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutoScalingPolicy.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AutoScalingPolicy.Builder>serializableBuilderClass()TargetTrackingScalingPolicyConfigurationtargetTrackingScalingPolicyConfiguration()Auto scaling scales up capacity automatically when traffic exceeds this target utilization rate, and then back down when it falls below the target.AutoScalingPolicy.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
-
targetTrackingScalingPolicyConfiguration
public final TargetTrackingScalingPolicyConfiguration targetTrackingScalingPolicyConfiguration()
Auto scaling scales up capacity automatically when traffic exceeds this target utilization rate, and then back down when it falls below the target. A
doublebetween 20 and 90.- Returns:
- Auto scaling scales up capacity automatically when traffic exceeds this target utilization rate, and then
back down when it falls below the target. A
doublebetween 20 and 90.
-
toBuilder
public AutoScalingPolicy.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AutoScalingPolicy.Builder,AutoScalingPolicy>
-
builder
public static AutoScalingPolicy.Builder builder()
-
serializableBuilderClass
public static Class<? extends AutoScalingPolicy.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.
-
-