Interface OrderableClusterOption.Builder

    • Method Detail

      • clusterVersion

        OrderableClusterOption.Builder clusterVersion​(String clusterVersion)

        The version of the orderable cluster.

        Parameters:
        clusterVersion - The version of the orderable cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterType

        OrderableClusterOption.Builder clusterType​(String clusterType)

        The cluster type, for example multi-node.

        Parameters:
        clusterType - The cluster type, for example multi-node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeType

        OrderableClusterOption.Builder nodeType​(String nodeType)

        The node type for the orderable cluster.

        Parameters:
        nodeType - The node type for the orderable cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • availabilityZones

        OrderableClusterOption.Builder availabilityZones​(Collection<AvailabilityZone> availabilityZones)

        A list of availability zones for the orderable cluster.

        Parameters:
        availabilityZones - A list of availability zones for the orderable cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • availabilityZones

        OrderableClusterOption.Builder availabilityZones​(AvailabilityZone... availabilityZones)

        A list of availability zones for the orderable cluster.

        Parameters:
        availabilityZones - A list of availability zones for the orderable cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.