Package com.oracle.bmc.core.model
Class ClusterConfigDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.ClusterConfigDetails.Builder
-
- Enclosing class:
- ClusterConfigDetails
public static class ClusterConfigDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterConfigDetails
build()
ClusterConfigDetails.Builder
copy(ClusterConfigDetails model)
ClusterConfigDetails.Builder
hpcIslandId(String hpcIslandId)
The OCID of the HPC island.ClusterConfigDetails.Builder
networkBlockIds(List<String> networkBlockIds)
The list of OCIDs of the network blocks.
-
-
-
Method Detail
-
hpcIslandId
public ClusterConfigDetails.Builder hpcIslandId(String hpcIslandId)
The OCID of the HPC island.- Parameters:
hpcIslandId
- the value to set- Returns:
- this builder
-
networkBlockIds
public ClusterConfigDetails.Builder networkBlockIds(List<String> networkBlockIds)
The list of OCIDs of the network blocks.- Parameters:
networkBlockIds
- the value to set- Returns:
- this builder
-
build
public ClusterConfigDetails build()
-
copy
public ClusterConfigDetails.Builder copy(ClusterConfigDetails model)
-
-