Package com.oracle.bmc.database.model
Class UpdateSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.UpdateSummary.Builder
 
- 
- Enclosing class:
- UpdateSummary
 
 public static class UpdateSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateSummary.BuilderavailableActions(List<UpdateSummary.AvailableActions> availableActions)The possible actions performed by the update operation on the infrastructure components.UpdateSummarybuild()UpdateSummary.Buildercopy(UpdateSummary model)UpdateSummary.Builderdescription(String description)Details of the maintenance update package.UpdateSummary.Builderid(String id)The OCID of the maintenance update.UpdateSummary.BuilderlastAction(UpdateSummary.LastAction lastAction)The previous update action performed.UpdateSummary.BuilderlifecycleDetails(String lifecycleDetails)Descriptive text providing additional details about the lifecycle state.UpdateSummary.BuilderlifecycleState(UpdateSummary.LifecycleState lifecycleState)The current state of the maintenance update.UpdateSummary.BuildertimeReleased(Date timeReleased)The date and time the maintenance update was released.UpdateSummary.BuilderupdateType(UpdateSummary.UpdateType updateType)The type of cloud VM cluster maintenance update.UpdateSummary.Builderversion(String version)The version of the maintenance update package.
 
- 
- 
- 
Method Detail- 
idpublic UpdateSummary.Builder id(String id) The OCID of the maintenance update.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateSummary.Builder description(String description) Details of the maintenance update package.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
lastActionpublic UpdateSummary.Builder lastAction(UpdateSummary.LastAction lastAction) The previous update action performed.- Parameters:
- lastAction- the value to set
- Returns:
- this builder
 
 - 
availableActionspublic UpdateSummary.Builder availableActions(List<UpdateSummary.AvailableActions> availableActions) The possible actions performed by the update operation on the infrastructure components.- Parameters:
- availableActions- the value to set
- Returns:
- this builder
 
 - 
updateTypepublic UpdateSummary.Builder updateType(UpdateSummary.UpdateType updateType) The type of cloud VM cluster maintenance update.- Parameters:
- updateType- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic UpdateSummary.Builder lifecycleDetails(String lifecycleDetails) Descriptive text providing additional details about the lifecycle state.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic UpdateSummary.Builder lifecycleState(UpdateSummary.LifecycleState lifecycleState) The current state of the maintenance update.Dependent on value of lastAction. - Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeReleasedpublic UpdateSummary.Builder timeReleased(Date timeReleased) The date and time the maintenance update was released.- Parameters:
- timeReleased- the value to set
- Returns:
- this builder
 
 - 
versionpublic UpdateSummary.Builder version(String version) The version of the maintenance update package.- Parameters:
- version- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateSummary build() 
 - 
copypublic UpdateSummary.Builder copy(UpdateSummary model) 
 
- 
 
-