Package com.oracle.bmc.bds.model
Class NodeTypeShapeConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.bds.model.NodeTypeShapeConfig.Builder
-
- Enclosing class:
- NodeTypeShapeConfig
public static class NodeTypeShapeConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeTypeShapeConfig
build()
NodeTypeShapeConfig.Builder
copy(NodeTypeShapeConfig model)
NodeTypeShapeConfig.Builder
nodeType(Node.NodeType nodeType)
The Big Data Service cluster node type.NodeTypeShapeConfig.Builder
shape(String shape)
Shape of the node.
-
-
-
Method Detail
-
nodeType
public NodeTypeShapeConfig.Builder nodeType(Node.NodeType nodeType)
The Big Data Service cluster node type.- Parameters:
nodeType
- the value to set- Returns:
- this builder
-
shape
public NodeTypeShapeConfig.Builder shape(String shape)
Shape of the node.This has to be specified when starting the cluster. Defaults to wn0 for homogeneous clusters and remains empty for heterogeneous clusters. If provided, all nodes in the node type will adopt the specified shape; otherwise, nodes retain their original shapes.
- Parameters:
shape
- the value to set- Returns:
- this builder
-
build
public NodeTypeShapeConfig build()
-
copy
public NodeTypeShapeConfig.Builder copy(NodeTypeShapeConfig model)
-
-