@Generated(value="software.amazon.awssdk:codegen") public final class GlobalTable extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GlobalTable.Builder,GlobalTable>
Represents the properties of a global table.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
GlobalTable.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static GlobalTable.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
String | 
globalTableName()
 The global table name. 
 | 
int | 
hashCode()  | 
List<Replica> | 
replicationGroup()
 The regions where the global table has replicas. 
 | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends GlobalTable.Builder> | 
serializableBuilderClass()  | 
GlobalTable.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String globalTableName()
The global table name.
public List<Replica> replicationGroup()
The regions where the global table has replicas.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public GlobalTable.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GlobalTable.Builder,GlobalTable>public static GlobalTable.Builder builder()
public static Class<? extends GlobalTable.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.