Interface SpringService.UpdateStages.WithSku
- All Known Subinterfaces:
SpringService.Update
- Enclosing interface:
SpringService.UpdateStages
public static interface SpringService.UpdateStages.WithSku
The stage of a spring service update allowing to specify sku.
All sku supported could be gotten from
SpringServices.listSkus().-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the sku of the spring service.Specifies the sku of the spring service.Specifies the sku of the spring service.
-
Method Details
-
withSku
Specifies the sku of the spring service.- Parameters:
skuName- the sku name- Returns:
- the next stage of spring service update
-
withSku
Specifies the sku of the spring service.- Parameters:
skuName- the sku namecapacity- the capacity for the spring service- Returns:
- the next stage of spring service update
-
withSku
Specifies the sku of the spring service.- Parameters:
sku- the entire sku object- Returns:
- the next stage of spring service update
-