Package com.oracle.bmc.database.model
Class PatchSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.PatchSummary.Builder
 
- 
- Enclosing class:
- PatchSummary
 
 public static class PatchSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchSummary.BuilderavailableActions(List<PatchSummary.AvailableActions> availableActions)Actions that can possibly be performed using this patch.PatchSummarybuild()PatchSummary.Buildercopy(PatchSummary model)PatchSummary.Builderdescription(String description)The text describing this patch package.PatchSummary.Builderid(String id)The OCID of the patch.PatchSummary.BuilderlastAction(PatchSummary.LastAction lastAction)Action that is currently being performed or was completed last.PatchSummary.BuilderlifecycleDetails(String lifecycleDetails)A descriptive text associated with the lifecycleState.PatchSummary.BuilderlifecycleState(PatchSummary.LifecycleState lifecycleState)The current state of the patch as a result of lastAction.PatchSummary.BuildertimeReleased(Date timeReleased)The date and time that the patch was released.PatchSummary.Builderversion(String version)The version of this patch package.
 
- 
- 
- 
Method Detail- 
idpublic PatchSummary.Builder id(String id) The OCID of the patch.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic PatchSummary.Builder description(String description) The text describing this patch package.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
lastActionpublic PatchSummary.Builder lastAction(PatchSummary.LastAction lastAction) Action that is currently being performed or was completed last.- Parameters:
- lastAction- the value to set
- Returns:
- this builder
 
 - 
availableActionspublic PatchSummary.Builder availableActions(List<PatchSummary.AvailableActions> availableActions) Actions that can possibly be performed using this patch.- Parameters:
- availableActions- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic PatchSummary.Builder lifecycleDetails(String lifecycleDetails) A descriptive text associated with the lifecycleState.Typically can contain additional displayable text. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic PatchSummary.Builder lifecycleState(PatchSummary.LifecycleState lifecycleState) The current state of the patch as a result of lastAction.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeReleasedpublic PatchSummary.Builder timeReleased(Date timeReleased) The date and time that the patch was released.- Parameters:
- timeReleased- the value to set
- Returns:
- this builder
 
 - 
versionpublic PatchSummary.Builder version(String version) The version of this patch package.- Parameters:
- version- the value to set
- Returns:
- this builder
 
 - 
buildpublic PatchSummary build() 
 - 
copypublic PatchSummary.Builder copy(PatchSummary model) 
 
- 
 
-