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