Class ChangeLustreFileSystemCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.lustrefilestorage.model.ChangeLustreFileSystemCompartmentDetails.Builder
-
- Enclosing class:
- ChangeLustreFileSystemCompartmentDetails
public static class ChangeLustreFileSystemCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeLustreFileSystemCompartmentDetails
build()
ChangeLustreFileSystemCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment to move the Lustre file system to.ChangeLustreFileSystemCompartmentDetails.Builder
copy(ChangeLustreFileSystemCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeLustreFileSystemCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to move the Lustre file system to.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeLustreFileSystemCompartmentDetails build()
-
copy
public ChangeLustreFileSystemCompartmentDetails.Builder copy(ChangeLustreFileSystemCompartmentDetails model)
-
-