Package com.oracle.bmc.database.model
Class PatchDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.PatchDetails.Builder
-
- Enclosing class:
- PatchDetails
public static class PatchDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchDetails.Builder
action(PatchDetails.Action action)
The action to perform on the patch.PatchDetails
build()
PatchDetails.Builder
copy(PatchDetails model)
PatchDetails.Builder
databaseSoftwareImageId(String databaseSoftwareImageId)
The OCID of the database software image.PatchDetails.Builder
patchId(String patchId)
The OCID of the patch.
-
-
-
Method Detail
-
patchId
public PatchDetails.Builder patchId(String patchId)
The OCID of the patch.- Parameters:
patchId
- the value to set- Returns:
- this builder
-
databaseSoftwareImageId
public PatchDetails.Builder databaseSoftwareImageId(String databaseSoftwareImageId)
The OCID of the database software image.- Parameters:
databaseSoftwareImageId
- the value to set- Returns:
- this builder
-
action
public PatchDetails.Builder action(PatchDetails.Action action)
The action to perform on the patch.- Parameters:
action
- the value to set- Returns:
- this builder
-
build
public PatchDetails build()
-
copy
public PatchDetails.Builder copy(PatchDetails model)
-
-