public static interface ModifyGlobalReplicationGroupRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<ModifyGlobalReplicationGroupRequest.Builder,ModifyGlobalReplicationGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyGlobalReplicationGroupRequest.Builder |
applyImmediately(Boolean applyImmediately)
This parameter causes the modifications in this request and any pending modifications to be applied,
asynchronously and as soon as possible.
|
ModifyGlobalReplicationGroupRequest.Builder |
automaticFailoverEnabled(Boolean automaticFailoverEnabled)
Determines whether a read replica is automatically promoted to read/write primary if the existing primary
encounters a failure.
|
ModifyGlobalReplicationGroupRequest.Builder |
cacheNodeType(String cacheNodeType)
A valid cache node type that you want to scale this Global datastore to.
|
ModifyGlobalReplicationGroupRequest.Builder |
cacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to use with the Global datastore.
|
ModifyGlobalReplicationGroupRequest.Builder |
engineVersion(String engineVersion)
The upgraded version of the cache engine to be run on the clusters in the Global datastore.
|
ModifyGlobalReplicationGroupRequest.Builder |
globalReplicationGroupDescription(String globalReplicationGroupDescription)
A description of the Global datastore
|
ModifyGlobalReplicationGroupRequest.Builder |
globalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
|
ModifyGlobalReplicationGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyGlobalReplicationGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyGlobalReplicationGroupRequest.Builder globalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
globalReplicationGroupId - The name of the Global datastoreModifyGlobalReplicationGroupRequest.Builder applyImmediately(Boolean applyImmediately)
This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.
applyImmediately - This parameter causes the modifications in this request and any pending modifications to be applied,
asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested
to be applied in PreferredMaintenceWindow.ModifyGlobalReplicationGroupRequest.Builder cacheNodeType(String cacheNodeType)
A valid cache node type that you want to scale this Global datastore to.
cacheNodeType - A valid cache node type that you want to scale this Global datastore to.ModifyGlobalReplicationGroupRequest.Builder engineVersion(String engineVersion)
The upgraded version of the cache engine to be run on the clusters in the Global datastore.
engineVersion - The upgraded version of the cache engine to be run on the clusters in the Global datastore.ModifyGlobalReplicationGroupRequest.Builder cacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to use with the Global datastore. It must be compatible with the major engine version used by the Global datastore.
cacheParameterGroupName - The name of the cache parameter group to use with the Global datastore. It must be compatible with the
major engine version used by the Global datastore.ModifyGlobalReplicationGroupRequest.Builder globalReplicationGroupDescription(String globalReplicationGroupDescription)
A description of the Global datastore
globalReplicationGroupDescription - A description of the Global datastoreModifyGlobalReplicationGroupRequest.Builder automaticFailoverEnabled(Boolean automaticFailoverEnabled)
Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.
automaticFailoverEnabled - Determines whether a read replica is automatically promoted to read/write primary if the existing
primary encounters a failure.ModifyGlobalReplicationGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyGlobalReplicationGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.