public static class UpdateDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateDetails |
build() |
UpdateDetails.Builder |
copy(UpdateDetails model) |
UpdateDetails.Builder |
giSoftwareImageId(String giSoftwareImageId)
The OCID of a
grid infrastructure software image.
|
UpdateDetails.Builder |
updateAction(UpdateDetails.UpdateAction updateAction)
The update action.
|
UpdateDetails.Builder |
updateId(String updateId)
The OCID of the
maintenance update.
|
public UpdateDetails.Builder updateId(String updateId)
The OCID of the maintenance update.
updateId
- the value to setpublic UpdateDetails.Builder updateAction(UpdateDetails.UpdateAction updateAction)
The update action.
updateAction
- the value to setpublic UpdateDetails.Builder giSoftwareImageId(String giSoftwareImageId)
The OCID of a
grid infrastructure software image. This is a database software image of the type GRID_IMAGE
.
giSoftwareImageId
- the value to setpublic UpdateDetails build()
public UpdateDetails.Builder copy(UpdateDetails model)
Copyright © 2016–2024. All rights reserved.