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