Class UpdateComputeInstanceNonMovableFileSystemOperationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.UpdateComputeInstanceNonMovableFileSystemOperationDetails.Builder
 
- 
- Enclosing class:
- UpdateComputeInstanceNonMovableFileSystemOperationDetails
 
 public static class UpdateComputeInstanceNonMovableFileSystemOperationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateComputeInstanceNonMovableFileSystemOperationDetailsbuild()UpdateComputeInstanceNonMovableFileSystemOperationDetails.Buildercopy(UpdateComputeInstanceNonMovableFileSystemOperationDetails model)UpdateComputeInstanceNonMovableFileSystemOperationDetails.BuilderexportPath(String exportPath)The export path of the file system.UpdateComputeInstanceNonMovableFileSystemOperationDetails.BuildermountPoint(String mountPoint)The physical mount point of the file system on a host.UpdateComputeInstanceNonMovableFileSystemOperationDetails.BuildermountTargetId(String mountTargetId)The OCID of mount target.
 
- 
- 
- 
Method Detail- 
exportPathpublic UpdateComputeInstanceNonMovableFileSystemOperationDetails.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 UpdateComputeInstanceNonMovableFileSystemOperationDetails.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 UpdateComputeInstanceNonMovableFileSystemOperationDetails.Builder mountTargetId(String mountTargetId) The OCID of mount target.Example: ocid1.mounttarget.oc1..uniqueID - Parameters:
- mountTargetId- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateComputeInstanceNonMovableFileSystemOperationDetails build() 
 
- 
 
-