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