| Modifier and Type | Method and Description |
|---|---|
default DefaultCapacityType |
ClusterProps.getDefaultCapacityType()
The default capacity type for the cluster.
|
DefaultCapacityType |
ClusterProps.Jsii$Proxy.getDefaultCapacityType() |
static DefaultCapacityType |
DefaultCapacityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultCapacityType[] |
DefaultCapacityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.defaultCapacityType(DefaultCapacityType defaultCapacityType)
The default capacity type for the cluster.
|
ClusterProps.Builder |
ClusterProps.Builder.defaultCapacityType(DefaultCapacityType defaultCapacityType)
Sets the value of
ClusterProps.getDefaultCapacityType() |
Copyright © 2022. All rights reserved.