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