Interface Cluster.UpdateStages.WithHosts

  • All Known Subinterfaces:
    Cluster.Update
    Enclosing interface:
    Cluster.UpdateStages

    public static interface Cluster.UpdateStages.WithHosts
    The stage of the Cluster update allowing to specify hosts.
    • Method Detail

      • withHosts

        Cluster.Update withHosts​(List<String> hosts)
        Specifies the hosts property: The hosts.
        Parameters:
        hosts - The hosts.
        Returns:
        the next definition stage.