Interface SpringService.DefinitionStages.WithSku
- All Known Subinterfaces:
SpringService.Definition,SpringService.DefinitionStages.WithCreate,SpringService.DefinitionStages.WithEnterpriseTierCreate
- Enclosing interface:
SpringService.DefinitionStages
public static interface SpringService.DefinitionStages.WithSku
The stage of a spring service definition allowing to specify sku.
All sku supported could be gotten from
SpringServices.listSkus().-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the sku of the spring service to be enterprise tier.Specifies the sku of the spring service.Specifies 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 definition
-
withSku
Specifies the sku of the spring service.- Parameters:
skuName- the sku name- Returns:
- the next stage of spring service definition
-
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 definition
-
withSku
Specifies the sku of the spring service.- Parameters:
sku- the entire sku object- Returns:
- the next stage of spring service definition
-
withEnterpriseTierSku
SpringService.DefinitionStages.WithEnterpriseTierCreate withEnterpriseTierSku()Specifies the sku of the spring service to be enterprise tier.- Returns:
- the next stage of enterprise tier spring service definition
-