Class ClusterPlacementGroup.Builder
- java.lang.Object
-
- com.oracle.bmc.lustrefilestorage.model.ClusterPlacementGroup.Builder
-
- Enclosing class:
- ClusterPlacementGroup
public static class ClusterPlacementGroup.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All 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
-
id
public ClusterPlacementGroup.Builder id(String id)
The OCID of the Lustre file system.- Parameters:
id- the value to set- Returns:
- this builder
-
build
public ClusterPlacementGroup build()
-
copy
public ClusterPlacementGroup.Builder copy(ClusterPlacementGroup model)
-
-