@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IncreaseNodeGroupsInGlobalReplicationGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
IncreaseNodeGroupsInGlobalReplicationGroupRequest() |
Modifier and Type | Method and Description |
---|---|
IncreaseNodeGroupsInGlobalReplicationGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getApplyImmediately()
Indicates that the process begins immediately.
|
String |
getGlobalReplicationGroupId()
The name of the Global datastore
|
Integer |
getNodeGroupCount()
Total number of node groups you want
|
List<RegionalConfiguration> |
getRegionalConfigurations()
Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for
each that comprise the Global datastore
|
int |
hashCode() |
Boolean |
isApplyImmediately()
Indicates that the process begins immediately.
|
void |
setApplyImmediately(Boolean applyImmediately)
Indicates that the process begins immediately.
|
void |
setGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
|
void |
setNodeGroupCount(Integer nodeGroupCount)
Total number of node groups you want
|
void |
setRegionalConfigurations(Collection<RegionalConfiguration> regionalConfigurations)
Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for
each that comprise the Global datastore
|
String |
toString()
Returns a string representation of this object.
|
IncreaseNodeGroupsInGlobalReplicationGroupRequest |
withApplyImmediately(Boolean applyImmediately)
Indicates that the process begins immediately.
|
IncreaseNodeGroupsInGlobalReplicationGroupRequest |
withGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
|
IncreaseNodeGroupsInGlobalReplicationGroupRequest |
withNodeGroupCount(Integer nodeGroupCount)
Total number of node groups you want
|
IncreaseNodeGroupsInGlobalReplicationGroupRequest |
withRegionalConfigurations(Collection<RegionalConfiguration> regionalConfigurations)
Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for
each that comprise the Global datastore
|
IncreaseNodeGroupsInGlobalReplicationGroupRequest |
withRegionalConfigurations(RegionalConfiguration... regionalConfigurations)
Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for
each that comprise the Global datastore
|
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 IncreaseNodeGroupsInGlobalReplicationGroupRequest()
public void setGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
globalReplicationGroupId
- The name of the Global datastorepublic String getGlobalReplicationGroupId()
The name of the Global datastore
public IncreaseNodeGroupsInGlobalReplicationGroupRequest withGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
globalReplicationGroupId
- The name of the Global datastorepublic void setNodeGroupCount(Integer nodeGroupCount)
Total number of node groups you want
nodeGroupCount
- Total number of node groups you wantpublic Integer getNodeGroupCount()
Total number of node groups you want
public IncreaseNodeGroupsInGlobalReplicationGroupRequest withNodeGroupCount(Integer nodeGroupCount)
Total number of node groups you want
nodeGroupCount
- Total number of node groups you wantpublic List<RegionalConfiguration> getRegionalConfigurations()
Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore
public void setRegionalConfigurations(Collection<RegionalConfiguration> regionalConfigurations)
Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore
regionalConfigurations
- Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration
for each that comprise the Global datastorepublic IncreaseNodeGroupsInGlobalReplicationGroupRequest withRegionalConfigurations(RegionalConfiguration... regionalConfigurations)
Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore
NOTE: This method appends the values to the existing list (if any). Use
setRegionalConfigurations(java.util.Collection)
or
withRegionalConfigurations(java.util.Collection)
if you want to override the existing values.
regionalConfigurations
- Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration
for each that comprise the Global datastorepublic IncreaseNodeGroupsInGlobalReplicationGroupRequest withRegionalConfigurations(Collection<RegionalConfiguration> regionalConfigurations)
Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore
regionalConfigurations
- Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration
for each that comprise the Global datastorepublic void setApplyImmediately(Boolean applyImmediately)
Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.
applyImmediately
- Indicates that the process begins immediately. At present, the only permitted value for this parameter is
true.public Boolean getApplyImmediately()
Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.
public IncreaseNodeGroupsInGlobalReplicationGroupRequest withApplyImmediately(Boolean applyImmediately)
Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.
applyImmediately
- Indicates that the process begins immediately. At present, the only permitted value for this parameter is
true.public Boolean isApplyImmediately()
Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.
public String toString()
toString
in class Object
Object.toString()
public IncreaseNodeGroupsInGlobalReplicationGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()