@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyGlobalReplicationGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyGlobalReplicationGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyGlobalReplicationGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getApplyImmediately()
This parameter causes the modifications in this request and any pending modifications to be applied,
asynchronously and as soon as possible.
|
Boolean |
getAutomaticFailoverEnabled()
Determines whether a read replica is automatically promoted to read/write primary if the existing primary
encounters a failure.
|
String |
getCacheNodeType()
A valid cache node type that you want to scale this Global datastore to.
|
String |
getCacheParameterGroupName()
The name of the cache parameter group to use with the Global datastore.
|
String |
getEngineVersion()
The upgraded version of the cache engine to be run on the clusters in the Global datastore.
|
String |
getGlobalReplicationGroupDescription()
A description of the Global datastore
|
String |
getGlobalReplicationGroupId()
The name of the Global datastore
|
int |
hashCode() |
Boolean |
isApplyImmediately()
This parameter causes the modifications in this request and any pending modifications to be applied,
asynchronously and as soon as possible.
|
Boolean |
isAutomaticFailoverEnabled()
Determines whether a read replica is automatically promoted to read/write primary if the existing primary
encounters a failure.
|
void |
setApplyImmediately(Boolean applyImmediately)
This parameter causes the modifications in this request and any pending modifications to be applied,
asynchronously and as soon as possible.
|
void |
setAutomaticFailoverEnabled(Boolean automaticFailoverEnabled)
Determines whether a read replica is automatically promoted to read/write primary if the existing primary
encounters a failure.
|
void |
setCacheNodeType(String cacheNodeType)
A valid cache node type that you want to scale this Global datastore to.
|
void |
setCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to use with the Global datastore.
|
void |
setEngineVersion(String engineVersion)
The upgraded version of the cache engine to be run on the clusters in the Global datastore.
|
void |
setGlobalReplicationGroupDescription(String globalReplicationGroupDescription)
A description of the Global datastore
|
void |
setGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
|
String |
toString()
Returns a string representation of this object.
|
ModifyGlobalReplicationGroupRequest |
withApplyImmediately(Boolean applyImmediately)
This parameter causes the modifications in this request and any pending modifications to be applied,
asynchronously and as soon as possible.
|
ModifyGlobalReplicationGroupRequest |
withAutomaticFailoverEnabled(Boolean automaticFailoverEnabled)
Determines whether a read replica is automatically promoted to read/write primary if the existing primary
encounters a failure.
|
ModifyGlobalReplicationGroupRequest |
withCacheNodeType(String cacheNodeType)
A valid cache node type that you want to scale this Global datastore to.
|
ModifyGlobalReplicationGroupRequest |
withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to use with the Global datastore.
|
ModifyGlobalReplicationGroupRequest |
withEngineVersion(String engineVersion)
The upgraded version of the cache engine to be run on the clusters in the Global datastore.
|
ModifyGlobalReplicationGroupRequest |
withGlobalReplicationGroupDescription(String globalReplicationGroupDescription)
A description of the Global datastore
|
ModifyGlobalReplicationGroupRequest |
withGlobalReplicationGroupId(String globalReplicationGroupId)
The name of 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 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 ModifyGlobalReplicationGroupRequest withGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
globalReplicationGroupId
- The name of the Global datastorepublic void setApplyImmediately(Boolean applyImmediately)
This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.
applyImmediately
- This parameter causes the modifications in this request and any pending modifications to be applied,
asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to
be applied in PreferredMaintenceWindow.public Boolean getApplyImmediately()
This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.
public ModifyGlobalReplicationGroupRequest withApplyImmediately(Boolean applyImmediately)
This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.
applyImmediately
- This parameter causes the modifications in this request and any pending modifications to be applied,
asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to
be applied in PreferredMaintenceWindow.public Boolean isApplyImmediately()
This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.
public void setCacheNodeType(String cacheNodeType)
A valid cache node type that you want to scale this Global datastore to.
cacheNodeType
- A valid cache node type that you want to scale this Global datastore to.public String getCacheNodeType()
A valid cache node type that you want to scale this Global datastore to.
public ModifyGlobalReplicationGroupRequest withCacheNodeType(String cacheNodeType)
A valid cache node type that you want to scale this Global datastore to.
cacheNodeType
- A valid cache node type that you want to scale this Global datastore to.public void setEngineVersion(String engineVersion)
The upgraded version of the cache engine to be run on the clusters in the Global datastore.
engineVersion
- The upgraded version of the cache engine to be run on the clusters in the Global datastore.public String getEngineVersion()
The upgraded version of the cache engine to be run on the clusters in the Global datastore.
public ModifyGlobalReplicationGroupRequest withEngineVersion(String engineVersion)
The upgraded version of the cache engine to be run on the clusters in the Global datastore.
engineVersion
- The upgraded version of the cache engine to be run on the clusters in the Global datastore.public void setCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to use with the Global datastore. It must be compatible with the major engine version used by the Global datastore.
cacheParameterGroupName
- The name of the cache parameter group to use with the Global datastore. It must be compatible with the
major engine version used by the Global datastore.public String getCacheParameterGroupName()
The name of the cache parameter group to use with the Global datastore. It must be compatible with the major engine version used by the Global datastore.
public ModifyGlobalReplicationGroupRequest withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to use with the Global datastore. It must be compatible with the major engine version used by the Global datastore.
cacheParameterGroupName
- The name of the cache parameter group to use with the Global datastore. It must be compatible with the
major engine version used by the Global datastore.public void setGlobalReplicationGroupDescription(String globalReplicationGroupDescription)
A description of the Global datastore
globalReplicationGroupDescription
- A description of the Global datastorepublic String getGlobalReplicationGroupDescription()
A description of the Global datastore
public ModifyGlobalReplicationGroupRequest withGlobalReplicationGroupDescription(String globalReplicationGroupDescription)
A description of the Global datastore
globalReplicationGroupDescription
- A description of the Global datastorepublic void setAutomaticFailoverEnabled(Boolean automaticFailoverEnabled)
Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.
automaticFailoverEnabled
- Determines whether a read replica is automatically promoted to read/write primary if the existing primary
encounters a failure.public Boolean getAutomaticFailoverEnabled()
Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.
public ModifyGlobalReplicationGroupRequest withAutomaticFailoverEnabled(Boolean automaticFailoverEnabled)
Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.
automaticFailoverEnabled
- Determines whether a read replica is automatically promoted to read/write primary if the existing primary
encounters a failure.public Boolean isAutomaticFailoverEnabled()
Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.
public String toString()
toString
in class Object
Object.toString()
public ModifyGlobalReplicationGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()