Class ClusterNode.Builder
- java.lang.Object
-
- com.oracle.bmc.containerengine.model.ClusterNode.Builder
-
- Enclosing class:
- ClusterNode
public static class ClusterNode.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterNode
build()
ClusterNode.Builder
clusterId(String clusterId)
The OCID of the cluster to which this node belongs.ClusterNode.Builder
copy(ClusterNode model)
ClusterNode.Builder
id(String id)
The OCID of the compute instance backing this node.
-
-
-
Method Detail
-
id
public ClusterNode.Builder id(String id)
The OCID of the compute instance backing this node.- Parameters:
id
- the value to set- Returns:
- this builder
-
clusterId
public ClusterNode.Builder clusterId(String clusterId)
The OCID of the cluster to which this node belongs.- Parameters:
clusterId
- the value to set- Returns:
- this builder
-
build
public ClusterNode build()
-
copy
public ClusterNode.Builder copy(ClusterNode model)
-
-