Class ComputeInstanceMovableFileSystemOperation.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.ComputeInstanceMovableFileSystemOperation.Builder
 
- 
- Enclosing class:
- ComputeInstanceMovableFileSystemOperation
 
 public static class ComputeInstanceMovableFileSystemOperation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeInstanceMovableFileSystemOperationbuild()ComputeInstanceMovableFileSystemOperation.Buildercopy(ComputeInstanceMovableFileSystemOperation model)ComputeInstanceMovableFileSystemOperation.BuilderexportPath(String exportPath)The export path of the file system.ComputeInstanceMovableFileSystemOperation.BuildermountDetails(FileSystemMountDetails mountDetails)ComputeInstanceMovableFileSystemOperation.BuildermountPoint(String mountPoint)The physical mount point of the file system on a host.ComputeInstanceMovableFileSystemOperation.BuilderunmountDetails(FileSystemUnmountDetails unmountDetails)
 
- 
- 
- 
Method Detail- 
exportPathpublic ComputeInstanceMovableFileSystemOperation.Builder exportPath(String exportPath) The export path of the file system.Example: /fs-export-path - Parameters:
- exportPath- the value to set
- Returns:
- this builder
 
 - 
mountPointpublic ComputeInstanceMovableFileSystemOperation.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
 
 - 
mountDetailspublic ComputeInstanceMovableFileSystemOperation.Builder mountDetails(FileSystemMountDetails mountDetails) 
 - 
unmountDetailspublic ComputeInstanceMovableFileSystemOperation.Builder unmountDetails(FileSystemUnmountDetails unmountDetails) 
 - 
buildpublic ComputeInstanceMovableFileSystemOperation build() 
 - 
copypublic ComputeInstanceMovableFileSystemOperation.Builder copy(ComputeInstanceMovableFileSystemOperation model) 
 
- 
 
-