public static interface IncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<IncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder,IncreaseNodeGroupsInGlobalReplicationGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildIncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder globalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
globalReplicationGroupId - The name of the Global datastoreIncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder nodeGroupCount(Integer nodeGroupCount)
The number of node groups you wish to add
nodeGroupCount - The number of node groups you wish to addIncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder regionalConfigurations(Collection<RegionalConfiguration> regionalConfigurations)
Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore
regionalConfigurations - Describes the replication group IDs, the Amazon regions where they are stored and the shard
configuration for each that comprise the Global datastoreIncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder regionalConfigurations(RegionalConfiguration... regionalConfigurations)
Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore
regionalConfigurations - Describes the replication group IDs, the Amazon regions where they are stored and the shard
configuration for each that comprise the Global datastoreIncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder regionalConfigurations(Consumer<RegionalConfiguration.Builder>... regionalConfigurations)
Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore
This is a convenience method that creates an instance of theRegionalConfiguration.Builder avoiding the need to
create one manually via
RegionalConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #regionalConfigurations(List.
regionalConfigurations - a consumer that will call methods on
RegionalConfiguration.Builder#regionalConfigurations(java.util.Collection) IncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder applyImmediately(Boolean applyImmediately)
Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.
applyImmediately - Indicates that the process begins immediately. At present, the only permitted value for this parameter
is true.IncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderIncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.