Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Update.Builder |
availableActions(List<Update.AvailableActions> availableActions)
The possible actions performed by the update operation on the infrastructure components.
|
Update |
build() |
Update.Builder |
copy(Update model) |
Update.Builder |
description(String description)
Details of the maintenance update package.
|
Update.Builder |
id(String id)
The OCID of the
maintenance update.
|
Update.Builder |
lastAction(Update.LastAction lastAction)
The previous update action performed.
|
Update.Builder |
lifecycleDetails(String lifecycleDetails)
Descriptive text providing additional details about the lifecycle state.
|
Update.Builder |
lifecycleState(Update.LifecycleState lifecycleState)
The current state of the maintenance update.
|
Update.Builder |
timeReleased(Date timeReleased)
The date and time the maintenance update was released.
|
Update.Builder |
updateType(Update.UpdateType updateType)
The type of cloud VM cluster maintenance update.
|
Update.Builder |
version(String version)
The version of the maintenance update package.
|
public Update.Builder id(String id)
The OCID of the maintenance update.
id
- the value to setpublic Update.Builder description(String description)
Details of the maintenance update package.
description
- the value to setpublic Update.Builder lastAction(Update.LastAction lastAction)
The previous update action performed.
lastAction
- the value to setpublic Update.Builder availableActions(List<Update.AvailableActions> availableActions)
The possible actions performed by the update operation on the infrastructure components.
availableActions
- the value to setpublic Update.Builder updateType(Update.UpdateType updateType)
The type of cloud VM cluster maintenance update.
updateType
- the value to setpublic Update.Builder lifecycleDetails(String lifecycleDetails)
Descriptive text providing additional details about the lifecycle state.
lifecycleDetails
- the value to setpublic Update.Builder lifecycleState(Update.LifecycleState lifecycleState)
The current state of the maintenance update. Dependent on value of lastAction
.
lifecycleState
- the value to setpublic Update.Builder timeReleased(Date timeReleased)
The date and time the maintenance update was released.
timeReleased
- the value to setpublic Update.Builder version(String version)
The version of the maintenance update package.
version
- the value to setpublic Update build()
public Update.Builder copy(Update model)
Copyright © 2016–2024. All rights reserved.