@Generated(value="software.amazon.awssdk:codegen") public final class CreateGlobalReplicationGroupRequest extends ElastiCacheRequest implements ToCopyableBuilder<CreateGlobalReplicationGroupRequest.Builder,CreateGlobalReplicationGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateGlobalReplicationGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateGlobalReplicationGroupRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
globalReplicationGroupDescription()
Provides details of the Global datastore
|
String |
globalReplicationGroupIdSuffix()
The suffix name of a Global datastore.
|
int |
hashCode() |
String |
primaryReplicationGroupId()
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateGlobalReplicationGroupRequest.Builder> |
serializableBuilderClass() |
CreateGlobalReplicationGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 Amazon 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 Amazon Regions and their respective Global datastore iD prefixes, see Using the Amazon CLI with Global datastores .
For a full list of Amazon Regions and their respective Global datastore iD prefixes, see Using the Amazon CLI with Global datastores .
public final String globalReplicationGroupDescription()
Provides details of the Global datastore
public final String primaryReplicationGroupId()
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
public CreateGlobalReplicationGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateGlobalReplicationGroupRequest.Builder,CreateGlobalReplicationGroupRequest>toBuilder in class ElastiCacheRequestpublic static CreateGlobalReplicationGroupRequest.Builder builder()
public static Class<? extends CreateGlobalReplicationGroupRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.