Class FileSystemExportMapping.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.FileSystemExportMapping.Builder
-
- Enclosing class:
- FileSystemExportMapping
public static class FileSystemExportMapping.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileSystemExportMappingbuild()FileSystemExportMapping.Buildercopy(FileSystemExportMapping model)FileSystemExportMapping.BuilderdestinationMountTargetId(String destinationMountTargetId)The OCID of the destination mount target on which this file system export should be created.FileSystemExportMapping.BuilderexportId(String exportId)The OCID of the export path.
-
-
-
Method Detail
-
exportId
public FileSystemExportMapping.Builder exportId(String exportId)
The OCID of the export path.Example: ocid1.export.oc1..uniqueID
- Parameters:
exportId- the value to set- Returns:
- this builder
-
destinationMountTargetId
public FileSystemExportMapping.Builder destinationMountTargetId(String destinationMountTargetId)
The OCID of the destination mount target on which this file system export should be created.Example: ocid1.mounttarget.oc1..uniqueID
- Parameters:
destinationMountTargetId- the value to set- Returns:
- this builder
-
build
public FileSystemExportMapping build()
-
copy
public FileSystemExportMapping.Builder copy(FileSystemExportMapping model)
-
-