public static class PatchDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public PatchDetails.Builder patchId(String patchId)
The OCID of the patch.
patchId
- the value to setpublic PatchDetails.Builder databaseSoftwareImageId(String databaseSoftwareImageId)
The OCID of the database software image.
databaseSoftwareImageId
- the value to setpublic PatchDetails.Builder action(PatchDetails.Action action)
The action to perform on the patch.
action
- the value to setpublic PatchDetails build()
public PatchDetails.Builder copy(PatchDetails model)
Copyright © 2016–2024. All rights reserved.