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