@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGlobalTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateGlobalTableRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateGlobalTableRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getGlobalTableName()
 The global table name. | 
| List<Replica> | getReplicationGroup()
 The regions where the global table needs to be created. | 
| int | hashCode() | 
| void | setGlobalTableName(String globalTableName)
 The global table name. | 
| void | setReplicationGroup(Collection<Replica> replicationGroup)
 The regions where the global table needs to be created. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| CreateGlobalTableRequest | withGlobalTableName(String globalTableName)
 The global table name. | 
| CreateGlobalTableRequest | withReplicationGroup(Collection<Replica> replicationGroup)
 The regions where the global table needs to be created. | 
| CreateGlobalTableRequest | withReplicationGroup(Replica... replicationGroup)
 The regions where the global table needs to be created. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setGlobalTableName(String globalTableName)
The global table name.
globalTableName - The global table name.public String getGlobalTableName()
The global table name.
public CreateGlobalTableRequest withGlobalTableName(String globalTableName)
The global table name.
globalTableName - The global table name.public List<Replica> getReplicationGroup()
The regions where the global table needs to be created.
public void setReplicationGroup(Collection<Replica> replicationGroup)
The regions where the global table needs to be created.
replicationGroup - The regions where the global table needs to be created.public CreateGlobalTableRequest withReplicationGroup(Replica... replicationGroup)
The regions where the global table needs to be created.
 NOTE: This method appends the values to the existing list (if any). Use
 setReplicationGroup(java.util.Collection) or withReplicationGroup(java.util.Collection) if you
 want to override the existing values.
 
replicationGroup - The regions where the global table needs to be created.public CreateGlobalTableRequest withReplicationGroup(Collection<Replica> replicationGroup)
The regions where the global table needs to be created.
replicationGroup - The regions where the global table needs to be created.public String toString()
toString in class ObjectObject.toString()public CreateGlobalTableRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.