@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. The suffix guarantees uniqueness of the Global Datastore name across multiple regions.
globalReplicationGroupIdSuffix
- The suffix name of a Global Datastore. The suffix guarantees uniqueness of the Global Datastore name
across multiple regions.public String getGlobalReplicationGroupIdSuffix()
The suffix name of a Global Datastore. The suffix guarantees uniqueness of the Global Datastore name across multiple regions.
public CreateGlobalReplicationGroupRequest withGlobalReplicationGroupIdSuffix(String globalReplicationGroupIdSuffix)
The suffix name of a Global Datastore. The suffix guarantees uniqueness of the Global Datastore name across multiple regions.
globalReplicationGroupIdSuffix
- The suffix name of a Global Datastore. The suffix guarantees uniqueness of the Global Datastore name
across multiple regions.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.