@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGlobalTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateGlobalTableRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateGlobalTableRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGlobalTableName()
The global table name.
|
List<ReplicaUpdate> |
getReplicaUpdates()
A list of regions that should be added or removed from the global table.
|
int |
hashCode() |
void |
setGlobalTableName(String globalTableName)
The global table name.
|
void |
setReplicaUpdates(Collection<ReplicaUpdate> replicaUpdates)
A list of regions that should be added or removed from the global table.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateGlobalTableRequest |
withGlobalTableName(String globalTableName)
The global table name.
|
UpdateGlobalTableRequest |
withReplicaUpdates(Collection<ReplicaUpdate> replicaUpdates)
A list of regions that should be added or removed from the global table.
|
UpdateGlobalTableRequest |
withReplicaUpdates(ReplicaUpdate... replicaUpdates)
A list of regions that should be added or removed from the global table.
|
addHandlerContext, copyBaseTo, 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 void setGlobalTableName(String globalTableName)
The global table name.
globalTableName
- The global table name.public String getGlobalTableName()
The global table name.
public UpdateGlobalTableRequest withGlobalTableName(String globalTableName)
The global table name.
globalTableName
- The global table name.public List<ReplicaUpdate> getReplicaUpdates()
A list of regions that should be added or removed from the global table.
public void setReplicaUpdates(Collection<ReplicaUpdate> replicaUpdates)
A list of regions that should be added or removed from the global table.
replicaUpdates
- A list of regions that should be added or removed from the global table.public UpdateGlobalTableRequest withReplicaUpdates(ReplicaUpdate... replicaUpdates)
A list of regions that should be added or removed from the global table.
NOTE: This method appends the values to the existing list (if any). Use
setReplicaUpdates(java.util.Collection)
or withReplicaUpdates(java.util.Collection)
if you want
to override the existing values.
replicaUpdates
- A list of regions that should be added or removed from the global table.public UpdateGlobalTableRequest withReplicaUpdates(Collection<ReplicaUpdate> replicaUpdates)
A list of regions that should be added or removed from the global table.
replicaUpdates
- A list of regions that should be added or removed from the global table.public String toString()
toString
in class Object
Object.toString()
public UpdateGlobalTableRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2017. All rights reserved.