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