Interface Cluster.UpdateStages.WithSku
- All Known Subinterfaces:
Cluster.Update
- Enclosing interface:
- Cluster.UpdateStages
public static interface Cluster.UpdateStages.WithSku
The stage of the Cluster update allowing to specify sku.
-
Method Summary
Modifier and TypeMethodDescriptionwithSku(ClusterSku sku) Specifies the sku property: The sku properties..
-
Method Details
-
withSku
Specifies the sku property: The sku properties..- Parameters:
sku- The sku properties.- Returns:
- the next definition stage.
-