@Generated(value="software.amazon.awssdk:codegen") public final class ReplicaSettingsUpdate extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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.
|
Long |
replicaProvisionedReadCapacityUnits()
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. |
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 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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.