Package com.oracle.bmc.database.model
Class RunDataPatchDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.RunDataPatchDetails.Builder
-
- Enclosing class:
- RunDataPatchDetails
public static class RunDataPatchDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunDataPatchDetails.Builderaction(RunDataPatchDetails.Action action)The action to perform on run database dataPatch operationRunDataPatchDetailsbuild()RunDataPatchDetails.Buildercopy(RunDataPatchDetails model)RunDataPatchDetails.BuilderdataPatchOptions(DataPatchOptions dataPatchOptions)RunDataPatchDetails.BuilderpluggableDatabases(List<String> pluggableDatabases)List of Pluggable Database OCIDs to run datapatch on.
-
-
-
Method Detail
-
pluggableDatabases
public RunDataPatchDetails.Builder pluggableDatabases(List<String> pluggableDatabases)
List of Pluggable Database OCIDs to run datapatch on.The datapatch would run on the database first and then the given pluggable databases.
- Parameters:
pluggableDatabases- the value to set- Returns:
- this builder
-
dataPatchOptions
public RunDataPatchDetails.Builder dataPatchOptions(DataPatchOptions dataPatchOptions)
-
action
public RunDataPatchDetails.Builder action(RunDataPatchDetails.Action action)
The action to perform on run database dataPatch operation- Parameters:
action- the value to set- Returns:
- this builder
-
build
public RunDataPatchDetails build()
-
copy
public RunDataPatchDetails.Builder copy(RunDataPatchDetails model)
-
-