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