Interface CreateGlobalReplicationGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateGlobalReplicationGroupRequest.Builder,CreateGlobalReplicationGroupRequest>
,ElastiCacheRequest.Builder
,SdkBuilder<CreateGlobalReplicationGroupRequest.Builder,CreateGlobalReplicationGroupRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- CreateGlobalReplicationGroupRequest
public static interface CreateGlobalReplicationGroupRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<CreateGlobalReplicationGroupRequest.Builder,CreateGlobalReplicationGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGlobalReplicationGroupRequest.Builder
globalReplicationGroupDescription(String globalReplicationGroupDescription)
Provides details of the Global datastoreCreateGlobalReplicationGroupRequest.Builder
globalReplicationGroupIdSuffix(String globalReplicationGroupIdSuffix)
The suffix name of a Global datastore.CreateGlobalReplicationGroupRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
CreateGlobalReplicationGroupRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
CreateGlobalReplicationGroupRequest.Builder
primaryReplicationGroupId(String primaryReplicationGroupId)
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticache.model.ElastiCacheRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
globalReplicationGroupIdSuffix
CreateGlobalReplicationGroupRequest.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 .
- Parameters:
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 .
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalReplicationGroupDescription
CreateGlobalReplicationGroupRequest.Builder globalReplicationGroupDescription(String globalReplicationGroupDescription)
Provides details of the Global datastore
- Parameters:
globalReplicationGroupDescription
- Provides details of the Global datastore- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
primaryReplicationGroupId
CreateGlobalReplicationGroupRequest.Builder primaryReplicationGroupId(String primaryReplicationGroupId)
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
- Parameters:
primaryReplicationGroupId
- The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateGlobalReplicationGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreateGlobalReplicationGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-