@Generated(value="software.amazon.awssdk:codegen") public final class ReplicaGlobalSecondaryIndexAutoScalingUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder,ReplicaGlobalSecondaryIndexAutoScalingUpdate>
Represents the auto scaling settings of a global secondary index for a replica that will be modified.
Modifier and Type | Class and Description |
---|---|
static interface |
ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
static ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
indexName()
The name of the global secondary index.
|
AutoScalingSettingsUpdate |
provisionedReadCapacityAutoScalingUpdate()
Returns the value of the ProvisionedReadCapacityAutoScalingUpdate property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder> |
serializableBuilderClass() |
ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String indexName()
The name of the global secondary index.
public final AutoScalingSettingsUpdate provisionedReadCapacityAutoScalingUpdate()
public ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder,ReplicaGlobalSecondaryIndexAutoScalingUpdate>
public static ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder builder()
public static Class<? extends ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.