Package com.oracle.bmc.database.model
Class PatchHistoryEntry.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.PatchHistoryEntry.Builder
 
- 
- Enclosing class:
- PatchHistoryEntry
 
 public static class PatchHistoryEntry.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchHistoryEntry.Builderaction(PatchHistoryEntry.Action action)The action being performed or was completed.PatchHistoryEntrybuild()PatchHistoryEntry.Buildercopy(PatchHistoryEntry model)PatchHistoryEntry.Builderid(String id)The OCID of the patch history entry.PatchHistoryEntry.BuilderlifecycleDetails(String lifecycleDetails)A descriptive text associated with the lifecycleState.PatchHistoryEntry.BuilderlifecycleState(PatchHistoryEntry.LifecycleState lifecycleState)The current state of the action.PatchHistoryEntry.BuilderpatchId(String patchId)The OCID of the patch.PatchHistoryEntry.BuilderpatchType(PatchHistoryEntry.PatchType patchType)The type of Patch operation.PatchHistoryEntry.BuildertimeEnded(Date timeEnded)The date and time when the patch action completedPatchHistoryEntry.BuildertimeStarted(Date timeStarted)The date and time when the patch action started.
 
- 
- 
- 
Method Detail- 
idpublic PatchHistoryEntry.Builder id(String id) The OCID of the patch history entry.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
patchIdpublic PatchHistoryEntry.Builder patchId(String patchId) The OCID of the patch.- Parameters:
- patchId- the value to set
- Returns:
- this builder
 
 - 
actionpublic PatchHistoryEntry.Builder action(PatchHistoryEntry.Action action) The action being performed or was completed.- Parameters:
- action- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic PatchHistoryEntry.Builder lifecycleState(PatchHistoryEntry.LifecycleState lifecycleState) The current state of the action.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic PatchHistoryEntry.Builder lifecycleDetails(String lifecycleDetails) A descriptive text associated with the lifecycleState.Typically contains additional displayable text. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
timeStartedpublic PatchHistoryEntry.Builder timeStarted(Date timeStarted) The date and time when the patch action started.- Parameters:
- timeStarted- the value to set
- Returns:
- this builder
 
 - 
timeEndedpublic PatchHistoryEntry.Builder timeEnded(Date timeEnded) The date and time when the patch action completed- Parameters:
- timeEnded- the value to set
- Returns:
- this builder
 
 - 
patchTypepublic PatchHistoryEntry.Builder patchType(PatchHistoryEntry.PatchType patchType) The type of Patch operation.- Parameters:
- patchType- the value to set
- Returns:
- this builder
 
 - 
buildpublic PatchHistoryEntry build() 
 - 
copypublic PatchHistoryEntry.Builder copy(PatchHistoryEntry model) 
 
- 
 
-