@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() |
boolean |
equals(Object obj) |
Boolean |
getApplyImmediately()
Indicates that the process begins immediately.
|
String |
getGlobalReplicationGroupId()
The name of the Global datastore
|
Integer |
getNodeGroupCount()
The number of node groups you wish to add
|
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)
The number of node groups you wish to add
|
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)
The number of node groups you wish to add
|
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, 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 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)
The number of node groups you wish to add
nodeGroupCount
- The number of node groups you wish to addpublic Integer getNodeGroupCount()
The number of node groups you wish to add
public IncreaseNodeGroupsInGlobalReplicationGroupRequest withNodeGroupCount(Integer nodeGroupCount)
The number of node groups you wish to add
nodeGroupCount
- The number of node groups you wish to addpublic 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()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.