Class UpdateFileSystemUnmountDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.UpdateFileSystemUnmountDetails.Builder
-
- Enclosing class:
- UpdateFileSystemUnmountDetails
public static class UpdateFileSystemUnmountDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateFileSystemUnmountDetails
build()
UpdateFileSystemUnmountDetails.Builder
copy(UpdateFileSystemUnmountDetails model)
UpdateFileSystemUnmountDetails.Builder
mountTargetId(String mountTargetId)
The OCID of the mount target for this file system.
-
-
-
Method Detail
-
mountTargetId
public UpdateFileSystemUnmountDetails.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 UpdateFileSystemUnmountDetails build()
-
copy
public UpdateFileSystemUnmountDetails.Builder copy(UpdateFileSystemUnmountDetails model)
-
-