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 Summary

    Modifier and Type
    Method
    Description
    Specifies the hosts property: The hosts.
  • Method Details

    • withHosts

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