Class ComputeInstanceNonMovableFileSystemOperation.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.ComputeInstanceNonMovableFileSystemOperation.Builder
 
- 
- Enclosing class:
- ComputeInstanceNonMovableFileSystemOperation
 
 public static class ComputeInstanceNonMovableFileSystemOperation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeInstanceNonMovableFileSystemOperationbuild()ComputeInstanceNonMovableFileSystemOperation.Buildercopy(ComputeInstanceNonMovableFileSystemOperation model)ComputeInstanceNonMovableFileSystemOperation.BuilderexportPath(String exportPath)The export path of the file system.ComputeInstanceNonMovableFileSystemOperation.BuildermountPoint(String mountPoint)The physical mount point of the file system on a host.ComputeInstanceNonMovableFileSystemOperation.BuildermountTargetId(String mountTargetId)The OCID of mount target.
 
- 
- 
- 
Method Detail- 
exportPathpublic ComputeInstanceNonMovableFileSystemOperation.Builder exportPath(String exportPath) The export path of the file system.Example: /fs-export-path - Parameters:
- exportPath- the value to set
- Returns:
- this builder
 
 - 
mountPointpublic ComputeInstanceNonMovableFileSystemOperation.Builder mountPoint(String mountPoint) The physical mount point of the file system on a host.Example: /mnt/yourmountpoint - Parameters:
- mountPoint- the value to set
- Returns:
- this builder
 
 - 
mountTargetIdpublic ComputeInstanceNonMovableFileSystemOperation.Builder mountTargetId(String mountTargetId) The OCID of mount target.Example: ocid1.mounttarget.oc1..uniqueID - Parameters:
- mountTargetId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ComputeInstanceNonMovableFileSystemOperation build() 
 - 
copypublic ComputeInstanceNonMovableFileSystemOperation.Builder copy(ComputeInstanceNonMovableFileSystemOperation model) 
 
- 
 
-