DecreaseReplicaCountRequest.Builder |
DecreaseReplicaCountRequest.Builder.applyImmediately(Boolean applyImmediately) |
If True, the number of replica nodes is decreased immediately.
|
static DecreaseReplicaCountRequest.Builder |
DecreaseReplicaCountRequest.builder() |
|
DecreaseReplicaCountRequest.Builder |
DecreaseReplicaCountRequest.Builder.newReplicaCount(Integer newReplicaCount) |
The number of read replica nodes you want at the completion of this operation.
|
DecreaseReplicaCountRequest.Builder |
DecreaseReplicaCountRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
DecreaseReplicaCountRequest.Builder |
DecreaseReplicaCountRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
DecreaseReplicaCountRequest.Builder |
DecreaseReplicaCountRequest.Builder.replicaConfiguration(Collection<ConfigureShard> replicaConfiguration) |
A list of ConfigureShard objects that can be used to configure each shard in a Valkey or Redis
OSS (cluster mode enabled) replication group.
|
DecreaseReplicaCountRequest.Builder |
DecreaseReplicaCountRequest.Builder.replicaConfiguration(Consumer<ConfigureShard.Builder>... replicaConfiguration) |
A list of ConfigureShard objects that can be used to configure each shard in a Valkey or Redis
OSS (cluster mode enabled) replication group.
|
DecreaseReplicaCountRequest.Builder |
DecreaseReplicaCountRequest.Builder.replicaConfiguration(ConfigureShard... replicaConfiguration) |
A list of ConfigureShard objects that can be used to configure each shard in a Valkey or Redis
OSS (cluster mode enabled) replication group.
|
DecreaseReplicaCountRequest.Builder |
DecreaseReplicaCountRequest.Builder.replicasToRemove(String... replicasToRemove) |
A list of the node ids to remove from the replication group or node group (shard).
|
DecreaseReplicaCountRequest.Builder |
DecreaseReplicaCountRequest.Builder.replicasToRemove(Collection<String> replicasToRemove) |
A list of the node ids to remove from the replication group or node group (shard).
|
DecreaseReplicaCountRequest.Builder |
DecreaseReplicaCountRequest.Builder.replicationGroupId(String replicationGroupId) |
The id of the replication group from which you want to remove replica nodes.
|
DecreaseReplicaCountRequest.Builder |
DecreaseReplicaCountRequest.toBuilder() |
|