Package com.oracle.bmc.database.model
Class VmClusterUpdateHistoryEntrySummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.VmClusterUpdateHistoryEntrySummary.Builder
 
- 
- Enclosing class:
- VmClusterUpdateHistoryEntrySummary
 
 public static class VmClusterUpdateHistoryEntrySummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic VmClusterUpdateHistoryEntrySummary.Builder id(String id) The OCID of the maintenance update history entry.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
updateIdpublic VmClusterUpdateHistoryEntrySummary.Builder updateId(String updateId) The OCID of the maintenance update.- Parameters:
- updateId- the value to set
- Returns:
- this builder
 
 - 
updateActionpublic VmClusterUpdateHistoryEntrySummary.Builder updateAction(VmClusterUpdateHistoryEntrySummary.UpdateAction updateAction) The update action performed using this maintenance update.- Parameters:
- updateAction- the value to set
- Returns:
- this builder
 
 - 
updateTypepublic VmClusterUpdateHistoryEntrySummary.Builder updateType(VmClusterUpdateHistoryEntrySummary.UpdateType updateType) The type of VM cluster maintenance update.- Parameters:
- updateType- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic VmClusterUpdateHistoryEntrySummary.Builder lifecycleState(VmClusterUpdateHistoryEntrySummary.LifecycleState lifecycleState) The current lifecycle state of the maintenance update operation.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic VmClusterUpdateHistoryEntrySummary.Builder lifecycleDetails(String lifecycleDetails) Descriptive text providing additional details about the lifecycle state.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
timeStartedpublic VmClusterUpdateHistoryEntrySummary.Builder timeStarted(Date timeStarted) The date and time when the maintenance update action started.- Parameters:
- timeStarted- the value to set
- Returns:
- this builder
 
 - 
timeCompletedpublic VmClusterUpdateHistoryEntrySummary.Builder timeCompleted(Date timeCompleted) The date and time when the maintenance update action completed.- Parameters:
- timeCompleted- the value to set
- Returns:
- this builder
 
 - 
buildpublic VmClusterUpdateHistoryEntrySummary build() 
 - 
copypublic VmClusterUpdateHistoryEntrySummary.Builder copy(VmClusterUpdateHistoryEntrySummary model) 
 
- 
 
-