public static interface CreateGlobalReplicationGroupRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<CreateGlobalReplicationGroupRequest.Builder,CreateGlobalReplicationGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateGlobalReplicationGroupRequest.Builder |
globalReplicationGroupDescription(String globalReplicationGroupDescription)
Provides details of the Global datastore
|
CreateGlobalReplicationGroupRequest.Builder |
globalReplicationGroupIdSuffix(String globalReplicationGroupIdSuffix)
The suffix name of a Global datastore.
|
CreateGlobalReplicationGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGlobalReplicationGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGlobalReplicationGroupRequest.Builder |
primaryReplicationGroupId(String primaryReplicationGroupId)
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGlobalReplicationGroupRequest.Builder globalReplicationGroupIdSuffix(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 .
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 .
CreateGlobalReplicationGroupRequest.Builder globalReplicationGroupDescription(String globalReplicationGroupDescription)
Provides details of the Global datastore
globalReplicationGroupDescription - Provides details of the Global datastoreCreateGlobalReplicationGroupRequest.Builder primaryReplicationGroupId(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.CreateGlobalReplicationGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGlobalReplicationGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.