CloudHsmCluster.DefinitionStages.WithSku Interface
public static interface CloudHsmCluster.DefinitionStages.WithSku
The stage of the CloudHsmCluster definition allowing to specify sku.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withSku(CloudHsmClusterSku sku)
Specifies the sku property: SKU details. |
Method Details
withSku
public abstract CloudHsmCluster.DefinitionStages.WithCreate withSku(CloudHsmClusterSku sku)
Specifies the sku property: SKU details.
Parameters:
sku
- SKU details.
Returns:
the next definition stage.