Package com.oracle.bmc.database.model
Class UpdateHistoryEntry.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.UpdateHistoryEntry.Builder
 
- 
- Enclosing class:
- UpdateHistoryEntry
 
 public static class UpdateHistoryEntry.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateHistoryEntrybuild()UpdateHistoryEntry.Buildercopy(UpdateHistoryEntry model)UpdateHistoryEntry.Builderid(String id)The OCID of the maintenance update history entry.UpdateHistoryEntry.BuilderlifecycleDetails(String lifecycleDetails)Descriptive text providing additional details about the lifecycle state.UpdateHistoryEntry.BuilderlifecycleState(UpdateHistoryEntry.LifecycleState lifecycleState)The current lifecycle state of the maintenance update operation.UpdateHistoryEntry.BuildertimeCompleted(Date timeCompleted)The date and time when the maintenance update action completed.UpdateHistoryEntry.BuildertimeStarted(Date timeStarted)The date and time when the maintenance update action started.UpdateHistoryEntry.BuilderupdateAction(UpdateHistoryEntry.UpdateAction updateAction)The update action.UpdateHistoryEntry.BuilderupdateId(String updateId)The OCID of the maintenance update.UpdateHistoryEntry.BuilderupdateType(UpdateHistoryEntry.UpdateType updateType)The type of cloud VM cluster maintenance update.
 
- 
- 
- 
Method Detail- 
idpublic UpdateHistoryEntry.Builder id(String id) The OCID of the maintenance update history entry.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
updateIdpublic UpdateHistoryEntry.Builder updateId(String updateId) The OCID of the maintenance update.- Parameters:
- updateId- the value to set
- Returns:
- this builder
 
 - 
updateActionpublic UpdateHistoryEntry.Builder updateAction(UpdateHistoryEntry.UpdateAction updateAction) The update action.- Parameters:
- updateAction- the value to set
- Returns:
- this builder
 
 - 
updateTypepublic UpdateHistoryEntry.Builder updateType(UpdateHistoryEntry.UpdateType updateType) The type of cloud VM cluster maintenance update.- Parameters:
- updateType- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic UpdateHistoryEntry.Builder lifecycleState(UpdateHistoryEntry.LifecycleState lifecycleState) The current lifecycle state of the maintenance update operation.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic UpdateHistoryEntry.Builder lifecycleDetails(String lifecycleDetails) Descriptive text providing additional details about the lifecycle state.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
timeStartedpublic UpdateHistoryEntry.Builder timeStarted(Date timeStarted) The date and time when the maintenance update action started.- Parameters:
- timeStarted- the value to set
- Returns:
- this builder
 
 - 
timeCompletedpublic UpdateHistoryEntry.Builder timeCompleted(Date timeCompleted) The date and time when the maintenance update action completed.- Parameters:
- timeCompleted- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateHistoryEntry build() 
 - 
copypublic UpdateHistoryEntry.Builder copy(UpdateHistoryEntry model) 
 
- 
 
-