public static class UpdateHistoryEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateHistoryEntry |
build() |
UpdateHistoryEntry.Builder |
copy(UpdateHistoryEntry model) |
UpdateHistoryEntry.Builder |
id(String id)
The OCID of the
maintenance update history entry.
|
UpdateHistoryEntry.Builder |
lifecycleDetails(String lifecycleDetails)
Descriptive text providing additional details about the lifecycle state.
|
UpdateHistoryEntry.Builder |
lifecycleState(UpdateHistoryEntry.LifecycleState lifecycleState)
The current lifecycle state of the maintenance update operation.
|
UpdateHistoryEntry.Builder |
timeCompleted(Date timeCompleted)
The date and time when the maintenance update action completed.
|
UpdateHistoryEntry.Builder |
timeStarted(Date timeStarted)
The date and time when the maintenance update action started.
|
UpdateHistoryEntry.Builder |
updateAction(UpdateHistoryEntry.UpdateAction updateAction)
The update action.
|
UpdateHistoryEntry.Builder |
updateId(String updateId)
The OCID of the
maintenance update.
|
UpdateHistoryEntry.Builder |
updateType(UpdateHistoryEntry.UpdateType updateType)
The type of cloud VM cluster maintenance update.
|
public UpdateHistoryEntry.Builder id(String id)
The OCID of the maintenance update history entry.
id
- the value to setpublic UpdateHistoryEntry.Builder updateId(String updateId)
The OCID of the maintenance update.
updateId
- the value to setpublic UpdateHistoryEntry.Builder updateAction(UpdateHistoryEntry.UpdateAction updateAction)
The update action.
updateAction
- the value to setpublic UpdateHistoryEntry.Builder updateType(UpdateHistoryEntry.UpdateType updateType)
The type of cloud VM cluster maintenance update.
updateType
- the value to setpublic UpdateHistoryEntry.Builder lifecycleState(UpdateHistoryEntry.LifecycleState lifecycleState)
The current lifecycle state of the maintenance update operation.
lifecycleState
- the value to setpublic UpdateHistoryEntry.Builder lifecycleDetails(String lifecycleDetails)
Descriptive text providing additional details about the lifecycle state.
lifecycleDetails
- the value to setpublic UpdateHistoryEntry.Builder timeStarted(Date timeStarted)
The date and time when the maintenance update action started.
timeStarted
- the value to setpublic UpdateHistoryEntry.Builder timeCompleted(Date timeCompleted)
The date and time when the maintenance update action completed.
timeCompleted
- the value to setpublic UpdateHistoryEntry build()
public UpdateHistoryEntry.Builder copy(UpdateHistoryEntry model)
Copyright © 2016–2024. All rights reserved.