@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.
|
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, withSdkRequestTimeout public CreateGlobalTableRequest()
public 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 Object Object.toString() public CreateGlobalTableRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()