Interface IncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<IncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder,IncreaseNodeGroupsInGlobalReplicationGroupRequest>
,ElastiCacheRequest.Builder
,SdkBuilder<IncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder,IncreaseNodeGroupsInGlobalReplicationGroupRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- IncreaseNodeGroupsInGlobalReplicationGroupRequest
public static interface IncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<IncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder,IncreaseNodeGroupsInGlobalReplicationGroupRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticache.model.ElastiCacheRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
globalReplicationGroupId
IncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder globalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
- Parameters:
globalReplicationGroupId
- The name of the Global datastore- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeGroupCount
IncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder nodeGroupCount(Integer nodeGroupCount)
Total number of node groups you want
- Parameters:
nodeGroupCount
- Total number of node groups you want- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regionalConfigurations
IncreaseNodeGroupsInGlobalReplicationGroupRequest.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
- Parameters:
regionalConfigurations
- Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regionalConfigurations
IncreaseNodeGroupsInGlobalReplicationGroupRequest.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
- Parameters:
regionalConfigurations
- Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regionalConfigurations
IncreaseNodeGroupsInGlobalReplicationGroupRequest.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 viaRegionalConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#regionalConfigurations(List
.) - Parameters:
regionalConfigurations
- a consumer that will call methods onRegionalConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#regionalConfigurations(java.util.Collection
)
-
applyImmediately
IncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder applyImmediately(Boolean applyImmediately)
Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.
- Parameters:
applyImmediately
- Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
IncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
IncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-