@Generated(value="software.amazon.awssdk:codegen") public final class ReplicaSettingsUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicaSettingsUpdate.Builder,ReplicaSettingsUpdate>
Represents the settings for a global table in a Region that will be modified.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplicaSettingsUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReplicaSettingsUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasReplicaGlobalSecondaryIndexSettingsUpdate()
Returns true if the ReplicaGlobalSecondaryIndexSettingsUpdate property was specified by the sender (it may be
empty), or false if the sender did not specify the value (it will be empty).
|
String |
regionName()
The Region of the replica to be added.
|
List<ReplicaGlobalSecondaryIndexSettingsUpdate> |
replicaGlobalSecondaryIndexSettingsUpdate()
Represents the settings of a global secondary index for a global table that will be modified.
|
AutoScalingSettingsUpdate |
replicaProvisionedReadCapacityAutoScalingSettingsUpdate()
Auto scaling settings for managing a global table replica's read capacity units.
|
Long |
replicaProvisionedReadCapacityUnits()
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplicaSettingsUpdate.Builder> |
serializableBuilderClass() |
ReplicaSettingsUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String regionName()
The Region of the replica to be added.
public Long replicaProvisionedReadCapacityUnits()
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.public AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingSettingsUpdate()
Auto scaling settings for managing a global table replica's read capacity units.
public boolean hasReplicaGlobalSecondaryIndexSettingsUpdate()
public List<ReplicaGlobalSecondaryIndexSettingsUpdate> replicaGlobalSecondaryIndexSettingsUpdate()
Represents the settings of a global secondary index for a global table that will be modified.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasReplicaGlobalSecondaryIndexSettingsUpdate() to see if a value was sent in this field.
public ReplicaSettingsUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReplicaSettingsUpdate.Builder,ReplicaSettingsUpdate>public static ReplicaSettingsUpdate.Builder builder()
public static Class<? extends ReplicaSettingsUpdate.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.