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