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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IncreaseReplicationFactorRequest.BuilderavailabilityZones(String... availabilityZones)The Availability Zones (AZs) in which the cluster nodes will be created.IncreaseReplicationFactorRequest.BuilderavailabilityZones(Collection<String> availabilityZones)The Availability Zones (AZs) in which the cluster nodes will be created.IncreaseReplicationFactorRequest.BuilderclusterName(String clusterName)The name of the DAX cluster that will receive additional nodes.IncreaseReplicationFactorRequest.BuildernewReplicationFactor(Integer newReplicationFactor)The new number of nodes for the DAX cluster.IncreaseReplicationFactorRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)IncreaseReplicationFactorRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
clusterName
IncreaseReplicationFactorRequest.Builder clusterName(String 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
IncreaseReplicationFactorRequest.Builder newReplicationFactor(Integer 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
IncreaseReplicationFactorRequest.Builder availabilityZones(Collection<String> 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
IncreaseReplicationFactorRequest.Builder availabilityZones(String... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
IncreaseReplicationFactorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-