Class FileSystemExportMapping.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.FileSystemExportMapping.Builder
 
- 
- Enclosing class:
- FileSystemExportMapping
 
 public static class FileSystemExportMapping.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll 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- 
exportIdpublic 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
 
 - 
destinationMountTargetIdpublic 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
 
 - 
buildpublic FileSystemExportMapping build() 
 - 
copypublic FileSystemExportMapping.Builder copy(FileSystemExportMapping model) 
 
- 
 
-