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