Class UpdateFileSystemMountDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.UpdateFileSystemMountDetails.Builder
-
- Enclosing class:
- UpdateFileSystemMountDetails
public static class UpdateFileSystemMountDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateFileSystemMountDetails
build()
UpdateFileSystemMountDetails.Builder
copy(UpdateFileSystemMountDetails model)
UpdateFileSystemMountDetails.Builder
mountTargetId(String mountTargetId)
The OCID of the mount target for this file system.
-
-
-
Method Detail
-
mountTargetId
public UpdateFileSystemMountDetails.Builder mountTargetId(String mountTargetId)
The OCID of the mount target for this file system.Example: ocid1.mounttarget.oc1..uniqueID
- Parameters:
mountTargetId
- the value to set- Returns:
- this builder
-
build
public UpdateFileSystemMountDetails build()
-
copy
public UpdateFileSystemMountDetails.Builder copy(UpdateFileSystemMountDetails model)
-
-