DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder.applyImmediately(Boolean applyImmediately) |
Indicates that the shard reconfiguration process begins immediately.
|
static DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.builder() |
|
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder.globalNodeGroupsToRemove(String... globalNodeGroupsToRemove) |
If the value of NodeGroupCount is less than the current number of node groups (shards), then either
NodeGroupsToRemove or NodeGroupsToRetain is required.
|
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder.globalNodeGroupsToRemove(Collection<String> globalNodeGroupsToRemove) |
If the value of NodeGroupCount is less than the current number of node groups (shards), then either
NodeGroupsToRemove or NodeGroupsToRetain is required.
|
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder.globalNodeGroupsToRetain(String... globalNodeGroupsToRetain) |
If the value of NodeGroupCount is less than the current number of node groups (shards), then either
NodeGroupsToRemove or NodeGroupsToRetain is required.
|
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder.globalNodeGroupsToRetain(Collection<String> globalNodeGroupsToRetain) |
If the value of NodeGroupCount is less than the current number of node groups (shards), then either
NodeGroupsToRemove or NodeGroupsToRetain is required.
|
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder.globalReplicationGroupId(String globalReplicationGroupId) |
The name of the Global datastore
|
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder.nodeGroupCount(Integer nodeGroupCount) |
The number of node groups (shards) that results from the modification of the shard configuration
|
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
DecreaseNodeGroupsInGlobalReplicationGroupRequest.Builder |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.toBuilder() |
|