Package com.oracle.bmc.database.model
Class ExecuteDbSystemOsPatchDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.ExecuteDbSystemOsPatchDetails.Builder
-
- Enclosing class:
- ExecuteDbSystemOsPatchDetails
public static class ExecuteDbSystemOsPatchDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecuteDbSystemOsPatchDetails.Builderaction(ExecuteDbSystemOsPatchDetails.Action action)Operation system (OS) patch action to perform * PRECHECK: No changes applied; runs validation/dry run.ExecuteDbSystemOsPatchDetailsbuild()ExecuteDbSystemOsPatchDetails.Buildercopy(ExecuteDbSystemOsPatchDetails model)ExecuteDbSystemOsPatchDetails.BuilderdbNodeId(String dbNodeId)The OCID of the DB node to target for this patch action.
-
-
-
Method Detail
-
action
public ExecuteDbSystemOsPatchDetails.Builder action(ExecuteDbSystemOsPatchDetails.Action action)
Operation system (OS) patch action to perform * PRECHECK: No changes applied; runs validation/dry run.- APPLY: Installs updates; may require a reboot (see OS patch history entry details to determine isRebootRequired).
- Parameters:
action- the value to set- Returns:
- this builder
-
dbNodeId
public ExecuteDbSystemOsPatchDetails.Builder dbNodeId(String dbNodeId)
The OCID of the DB node to target for this patch action.If omitted, the action applies to all nodes in the DB system.
- Parameters:
dbNodeId- the value to set- Returns:
- this builder
-
build
public ExecuteDbSystemOsPatchDetails build()
-
copy
public ExecuteDbSystemOsPatchDetails.Builder copy(ExecuteDbSystemOsPatchDetails model)
-
-