Interface IncreaseReplicationFactorRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<IncreaseReplicationFactorRequest.Builder,
,IncreaseReplicationFactorRequest> DaxRequest.Builder
,SdkBuilder<IncreaseReplicationFactorRequest.Builder,
,IncreaseReplicationFactorRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
IncreaseReplicationFactorRequest
public static interface IncreaseReplicationFactorRequest.Builder
extends DaxRequest.Builder, SdkPojo, CopyableBuilder<IncreaseReplicationFactorRequest.Builder,IncreaseReplicationFactorRequest>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZones
(String... availabilityZones) The Availability Zones (AZs) in which the cluster nodes will be created.availabilityZones
(Collection<String> availabilityZones) The Availability Zones (AZs) in which the cluster nodes will be created.clusterName
(String clusterName) The name of the DAX cluster that will receive additional nodes.newReplicationFactor
(Integer newReplicationFactor) The new number of nodes for the DAX cluster.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.dax.model.DaxRequest.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 Details
-
clusterName
The name of the DAX cluster that will receive additional nodes.
- Parameters:
clusterName
- The name of the DAX cluster that will receive additional nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newReplicationFactor
The new number of nodes for the DAX cluster.
- Parameters:
newReplicationFactor
- The new number of nodes for the DAX cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.
- Parameters:
availabilityZones
- The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.
- Parameters:
availabilityZones
- The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
IncreaseReplicationFactorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
IncreaseReplicationFactorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-