Interface IncreaseReplicationFactorRequest.Builder

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