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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cluster.Update
withClusterSize(Integer clusterSize)
Specifies the clusterSize property: The cluster size.
-
-
-
Method Detail
-
withClusterSize
Cluster.Update withClusterSize(Integer clusterSize)
Specifies the clusterSize property: The cluster size.- Parameters:
clusterSize
- The cluster size.- Returns:
- the next definition stage.
-
-