Interface Cluster.UpdateStages.WithClusterSize

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

public static interface Cluster.UpdateStages.WithClusterSize
The stage of the Cluster update allowing to specify clusterSize.
  • Method Summary

    Modifier and Type
    Method
    Description
    withClusterSize(Integer clusterSize)
    Specifies the clusterSize property: The cluster size.
  • Method Details

    • withClusterSize

      Cluster.Update withClusterSize(Integer clusterSize)
      Specifies the clusterSize property: The cluster size.
      Parameters:
      clusterSize - The cluster size.
      Returns:
      the next definition stage.