@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)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
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()
 Autoscaling 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()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic 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()
Autoscaling settings for managing a global table replica's read capacity units.
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.
public ReplicaSettingsUpdate.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ReplicaSettingsUpdate.Builder,ReplicaSettingsUpdate>public static ReplicaSettingsUpdate.Builder builder()
public static Class<? extends ReplicaSettingsUpdate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.