Class ChangeLustreFileSystemCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.lustrefilestorage.model.ChangeLustreFileSystemCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeLustreFileSystemCompartmentDetails
 
 public static class ChangeLustreFileSystemCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeLustreFileSystemCompartmentDetailsbuild()ChangeLustreFileSystemCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment to move the Lustre file system to.ChangeLustreFileSystemCompartmentDetails.Buildercopy(ChangeLustreFileSystemCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic 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
 
 - 
buildpublic ChangeLustreFileSystemCompartmentDetails build() 
 - 
copypublic ChangeLustreFileSystemCompartmentDetails.Builder copy(ChangeLustreFileSystemCompartmentDetails model) 
 
- 
 
-