| Modifier and Type | Method and Description |
|---|---|
default NodeType |
ClusterProps.getNodeType()
The node type to be provisioned for the cluster.
|
NodeType |
ClusterProps.Jsii$Proxy.getNodeType() |
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.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.nodeType(NodeType nodeType)
The node type to be provisioned for the cluster.
|
ClusterProps.Builder |
ClusterProps.Builder.nodeType(NodeType nodeType)
Sets the value of
ClusterProps.getNodeType() |
Copyright © 2020. All rights reserved.