@Generated(value="software.amazon.awssdk:codegen") public final class ReplicaGlobalSecondaryIndex extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicaGlobalSecondaryIndex.Builder,ReplicaGlobalSecondaryIndex>
Represents the properties of a replica global secondary index.
Modifier and Type | Class and Description |
---|---|
static interface |
ReplicaGlobalSecondaryIndex.Builder |
Modifier and Type | Method and Description |
---|---|
static ReplicaGlobalSecondaryIndex.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.
|
ProvisionedThroughputOverride |
provisionedThroughputOverride()
Replica table GSI-specific provisioned throughput.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplicaGlobalSecondaryIndex.Builder> |
serializableBuilderClass() |
ReplicaGlobalSecondaryIndex.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String indexName()
The name of the global secondary index.
public ProvisionedThroughputOverride provisionedThroughputOverride()
Replica table GSI-specific provisioned throughput. If not specified, uses the source table GSI's read capacity settings.
public ReplicaGlobalSecondaryIndex.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ReplicaGlobalSecondaryIndex.Builder,ReplicaGlobalSecondaryIndex>
public static ReplicaGlobalSecondaryIndex.Builder builder()
public static Class<? extends ReplicaGlobalSecondaryIndex.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.