Class ComplianceReportPatchDetail.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.ComplianceReportPatchDetail.Builder
 
- 
- Enclosing class:
- ComplianceReportPatchDetail
 
 public static class ComplianceReportPatchDetail.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ComplianceReportPatchDetailbuild()ComplianceReportPatchDetail.Buildercopy(ComplianceReportPatchDetail model)ComplianceReportPatchDetail.BuilderpatchDescription(String patchDescription)Patch description.ComplianceReportPatchDetail.BuilderpatchName(String patchName)Patch name.ComplianceReportPatchDetail.BuilderpatchType(String patchType)Type of patch.ComplianceReportPatchDetail.BuildertimeApplied(Date timeApplied)Time the patch was applied.ComplianceReportPatchDetail.BuildertimeReleased(Date timeReleased)The date on which patch was released.
 
- 
- 
- 
Method Detail- 
patchNamepublic ComplianceReportPatchDetail.Builder patchName(String patchName) Patch name.- Parameters:
- patchName- the value to set
- Returns:
- this builder
 
 - 
patchDescriptionpublic ComplianceReportPatchDetail.Builder patchDescription(String patchDescription) Patch description.- Parameters:
- patchDescription- the value to set
- Returns:
- this builder
 
 - 
timeAppliedpublic ComplianceReportPatchDetail.Builder timeApplied(Date timeApplied) Time the patch was applied.- Parameters:
- timeApplied- the value to set
- Returns:
- this builder
 
 - 
timeReleasedpublic ComplianceReportPatchDetail.Builder timeReleased(Date timeReleased) The date on which patch was released.- Parameters:
- timeReleased- the value to set
- Returns:
- this builder
 
 - 
patchTypepublic ComplianceReportPatchDetail.Builder patchType(String patchType) Type of patch.- Parameters:
- patchType- the value to set
- Returns:
- this builder
 
 - 
buildpublic ComplianceReportPatchDetail build() 
 - 
copypublic ComplianceReportPatchDetail.Builder copy(ComplianceReportPatchDetail model) 
 
- 
 
-