public static class FileSystemExportMappingDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FileSystemExportMappingDetails |
build() |
FileSystemExportMappingDetails.Builder |
copy(FileSystemExportMappingDetails model) |
FileSystemExportMappingDetails.Builder |
destinationMountTargetId(String destinationMountTargetId)
The OCID of the destination mount target in the destination region which is used to
export the file system.
|
FileSystemExportMappingDetails.Builder |
exportId(String exportId)
The OCID of the export path in the primary region used to mount or unmount the file
system.
|
public FileSystemExportMappingDetails.Builder exportId(String exportId)
The OCID of the export path in the primary region used to mount or unmount the file system.
Example: ocid1.export.oc1..uniqueID
exportId
- the value to setpublic FileSystemExportMappingDetails.Builder destinationMountTargetId(String destinationMountTargetId)
The OCID of the destination mount target in the destination region which is used to export the file system.
Example: ocid1.mounttarget.oc1..uniqueID
destinationMountTargetId
- the value to setpublic FileSystemExportMappingDetails build()
public FileSystemExportMappingDetails.Builder copy(FileSystemExportMappingDetails model)
Copyright © 2016–2024. All rights reserved.