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 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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.