@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGlobalReplicationGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateGlobalReplicationGroupRequest() |
Modifier and Type | Method and Description |
---|---|
CreateGlobalReplicationGroupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGlobalReplicationGroupDescription()
Provides details of the Global Datastore
|
String |
getGlobalReplicationGroupIdSuffix()
The suffix name of a Global Datastore.
|
String |
getPrimaryReplicationGroupId()
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
|
int |
hashCode() |
void |
setGlobalReplicationGroupDescription(String globalReplicationGroupDescription)
Provides details of the Global Datastore
|
void |
setGlobalReplicationGroupIdSuffix(String globalReplicationGroupIdSuffix)
The suffix name of a Global Datastore.
|
void |
setPrimaryReplicationGroupId(String primaryReplicationGroupId)
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
|
String |
toString()
Returns a string representation of this object.
|
CreateGlobalReplicationGroupRequest |
withGlobalReplicationGroupDescription(String globalReplicationGroupDescription)
Provides details of the Global Datastore
|
CreateGlobalReplicationGroupRequest |
withGlobalReplicationGroupIdSuffix(String globalReplicationGroupIdSuffix)
The suffix name of a Global Datastore.
|
CreateGlobalReplicationGroupRequest |
withPrimaryReplicationGroupId(String primaryReplicationGroupId)
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
|
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 setGlobalReplicationGroupIdSuffix(String globalReplicationGroupIdSuffix)
The suffix name of a Global Datastore. Amazon ElastiCache automatically applies a prefix to the Global Datastore ID when it is created. Each AWS Region has its own prefix. For instance, a Global Datastore ID created in the US-West-1 region will begin with "dsdfu" along with the suffix name you provide. The suffix, combined with the auto-generated prefix, guarantees uniqueness of the Global Datastore name across multiple regions.
For a full list of AWS Regions and their respective Global Datastore iD prefixes, see Using the AWS CLI with Global Datastores .
globalReplicationGroupIdSuffix
- The suffix name of a Global Datastore. Amazon ElastiCache automatically applies a prefix to the Global
Datastore ID when it is created. Each AWS Region has its own prefix. For instance, a Global Datastore ID
created in the US-West-1 region will begin with "dsdfu" along with the suffix name you provide. The
suffix, combined with the auto-generated prefix, guarantees uniqueness of the Global Datastore name across
multiple regions.
For a full list of AWS Regions and their respective Global Datastore iD prefixes, see Using the AWS CLI with Global Datastores .
public String getGlobalReplicationGroupIdSuffix()
The suffix name of a Global Datastore. Amazon ElastiCache automatically applies a prefix to the Global Datastore ID when it is created. Each AWS Region has its own prefix. For instance, a Global Datastore ID created in the US-West-1 region will begin with "dsdfu" along with the suffix name you provide. The suffix, combined with the auto-generated prefix, guarantees uniqueness of the Global Datastore name across multiple regions.
For a full list of AWS Regions and their respective Global Datastore iD prefixes, see Using the AWS CLI with Global Datastores .
For a full list of AWS Regions and their respective Global Datastore iD prefixes, see Using the AWS CLI with Global Datastores .
public CreateGlobalReplicationGroupRequest withGlobalReplicationGroupIdSuffix(String globalReplicationGroupIdSuffix)
The suffix name of a Global Datastore. Amazon ElastiCache automatically applies a prefix to the Global Datastore ID when it is created. Each AWS Region has its own prefix. For instance, a Global Datastore ID created in the US-West-1 region will begin with "dsdfu" along with the suffix name you provide. The suffix, combined with the auto-generated prefix, guarantees uniqueness of the Global Datastore name across multiple regions.
For a full list of AWS Regions and their respective Global Datastore iD prefixes, see Using the AWS CLI with Global Datastores .
globalReplicationGroupIdSuffix
- The suffix name of a Global Datastore. Amazon ElastiCache automatically applies a prefix to the Global
Datastore ID when it is created. Each AWS Region has its own prefix. For instance, a Global Datastore ID
created in the US-West-1 region will begin with "dsdfu" along with the suffix name you provide. The
suffix, combined with the auto-generated prefix, guarantees uniqueness of the Global Datastore name across
multiple regions.
For a full list of AWS Regions and their respective Global Datastore iD prefixes, see Using the AWS CLI with Global Datastores .
public void setGlobalReplicationGroupDescription(String globalReplicationGroupDescription)
Provides details of the Global Datastore
globalReplicationGroupDescription
- Provides details of the Global Datastorepublic String getGlobalReplicationGroupDescription()
Provides details of the Global Datastore
public CreateGlobalReplicationGroupRequest withGlobalReplicationGroupDescription(String globalReplicationGroupDescription)
Provides details of the Global Datastore
globalReplicationGroupDescription
- Provides details of the Global Datastorepublic void setPrimaryReplicationGroupId(String primaryReplicationGroupId)
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
primaryReplicationGroupId
- The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.public String getPrimaryReplicationGroupId()
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
public CreateGlobalReplicationGroupRequest withPrimaryReplicationGroupId(String primaryReplicationGroupId)
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
primaryReplicationGroupId
- The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.public String toString()
toString
in class Object
Object.toString()
public CreateGlobalReplicationGroupRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.