@Generated(value="software.amazon.awssdk:codegen") public final class ReplicaGlobalSecondaryIndexSettingsUpdate extends Object implements StructuredPojo, ToCopyableBuilder<ReplicaGlobalSecondaryIndexSettingsUpdate.Builder,ReplicaGlobalSecondaryIndexSettingsUpdate>
Represents the settings of a global secondary index for a global table that will be modified.
Modifier and Type | Class and Description |
---|---|
static interface |
ReplicaGlobalSecondaryIndexSettingsUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
static ReplicaGlobalSecondaryIndexSettingsUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
indexName()
The name of the global secondary index.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Long |
provisionedReadCapacityUnits()
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException . |
static Class<? extends ReplicaGlobalSecondaryIndexSettingsUpdate.Builder> |
serializableBuilderClass() |
ReplicaGlobalSecondaryIndexSettingsUpdate.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String indexName()
The name of the global secondary index. The name must be unique among all other indexes on this table.
public Long provisionedReadCapacityUnits()
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.
ThrottlingException
.public ReplicaGlobalSecondaryIndexSettingsUpdate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReplicaGlobalSecondaryIndexSettingsUpdate.Builder,ReplicaGlobalSecondaryIndexSettingsUpdate>
public static ReplicaGlobalSecondaryIndexSettingsUpdate.Builder builder()
public static Class<? extends ReplicaGlobalSecondaryIndexSettingsUpdate.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.