Package com.oracle.bmc.dataflow.model
Class NodeCount.Builder
- java.lang.Object
-
- com.oracle.bmc.dataflow.model.NodeCount.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeCount
build()
NodeCount.Builder
copy(NodeCount model)
NodeCount.Builder
count(Integer count)
The node count of this compute shape.NodeCount.Builder
logicalShape(String logicalShape)
The compute shape of the nodes that the count is for.
-
-
-
Method Detail
-
logicalShape
public NodeCount.Builder logicalShape(String logicalShape)
The compute shape of the nodes that the count is for.- Parameters:
logicalShape
- the value to set- Returns:
- this builder
-
count
public NodeCount.Builder count(Integer count)
The node count of this compute shape.- Parameters:
count
- the value to set- Returns:
- this builder
-
build
public NodeCount build()
-
copy
public NodeCount.Builder copy(NodeCount model)
-
-