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 AWS regions where they are stored and the shard configuration for each that comprise the Global datastore
regionalConfigurations - Describes the replication group IDs, the AWS 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 AWS regions where they are stored and the shard configuration for each that comprise the Global datastore
regionalConfigurations - Describes the replication group IDs, the AWS 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 AWS regions where they are stored and the shard configuration for each that comprise the Global datastore
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #regionalConfigurations(List) .regionalConfigurations - a consumer that will call methods on List.Builder #regionalConfigurations(List) 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 © 2021. All rights reserved.