Package com.oracle.bmc.database.model
Class UnmountDbnodeSnapshotDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.UnmountDbnodeSnapshotDetails.Builder
-
- Enclosing class:
- UnmountDbnodeSnapshotDetails
public static class UnmountDbnodeSnapshotDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnmountDbnodeSnapshotDetailsbuild()UnmountDbnodeSnapshotDetails.Buildercopy(UnmountDbnodeSnapshotDetails model)UnmountDbnodeSnapshotDetails.BuilderdbNodeId(String dbNodeId)The OCID of the Exadata Database Node where snapshot needs to be unmounted.
-
-
-
Method Detail
-
dbNodeId
public UnmountDbnodeSnapshotDetails.Builder dbNodeId(String dbNodeId)
The OCID of the Exadata Database Node where snapshot needs to be unmounted.- Parameters:
dbNodeId- the value to set- Returns:
- this builder
-
build
public UnmountDbnodeSnapshotDetails build()
-
copy
public UnmountDbnodeSnapshotDetails.Builder copy(UnmountDbnodeSnapshotDetails model)
-
-