Class ClusterPlacementGroup.Builder
- java.lang.Object
- 
- com.oracle.bmc.lustrefilestorage.model.ClusterPlacementGroup.Builder
 
- 
- Enclosing class:
- ClusterPlacementGroup
 
 public static class ClusterPlacementGroup.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterPlacementGroupbuild()ClusterPlacementGroup.Buildercopy(ClusterPlacementGroup model)ClusterPlacementGroup.Builderid(String id)The OCID of the Lustre file system.
 
- 
- 
- 
Method Detail- 
idpublic ClusterPlacementGroup.Builder id(String id) The OCID of the Lustre file system.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
buildpublic ClusterPlacementGroup build() 
 - 
copypublic ClusterPlacementGroup.Builder copy(ClusterPlacementGroup model) 
 
- 
 
-