Interface SecondaryClusterInfo.Builder

    • Method Detail

      • availabilityZone

        SecondaryClusterInfo.Builder availabilityZone​(String availabilityZone)

        The name of the Availability Zone in which the secondary compute unit of the cluster is located.

        Parameters:
        availabilityZone - The name of the Availability Zone in which the secondary compute unit of the cluster is located.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterNodes

        SecondaryClusterInfo.Builder clusterNodes​(Collection<ClusterNode> clusterNodes)

        The nodes in the secondary compute unit.

        Parameters:
        clusterNodes - The nodes in the secondary compute unit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterNodes

        SecondaryClusterInfo.Builder clusterNodes​(ClusterNode... clusterNodes)

        The nodes in the secondary compute unit.

        Parameters:
        clusterNodes - The nodes in the secondary compute unit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.