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