Class CompliancePatchDetail.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.CompliancePatchDetail.Builder
 
- 
- Enclosing class:
- CompliancePatchDetail
 
 public static class CompliancePatchDetail.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CompliancePatchDetailbuild()CompliancePatchDetail.Buildercopy(CompliancePatchDetail model)CompliancePatchDetail.BuilderpatchDescription(String patchDescription)Patch Description.CompliancePatchDetail.BuilderpatchId(String patchId)patch OCID.CompliancePatchDetail.BuilderpatchName(String patchName)patch Name.CompliancePatchDetail.BuilderpatchType(String patchType)Type of patch.CompliancePatchDetail.Builderproduct(ComplianceDetailProduct product)CompliancePatchDetail.Builderseverity(PatchSeverity severity)Patch Severity.CompliancePatchDetail.BuildertimeReleased(Date timeReleased)Date on which patch was released
 
- 
- 
- 
Method Detail- 
patchIdpublic CompliancePatchDetail.Builder patchId(String patchId) patch OCID.- Parameters:
- patchId- the value to set
- Returns:
- this builder
 
 - 
patchNamepublic CompliancePatchDetail.Builder patchName(String patchName) patch Name.- Parameters:
- patchName- the value to set
- Returns:
- this builder
 
 - 
patchDescriptionpublic CompliancePatchDetail.Builder patchDescription(String patchDescription) Patch Description.- Parameters:
- patchDescription- the value to set
- Returns:
- this builder
 
 - 
timeReleasedpublic CompliancePatchDetail.Builder timeReleased(Date timeReleased) Date on which patch was released- Parameters:
- timeReleased- the value to set
- Returns:
- this builder
 
 - 
patchTypepublic CompliancePatchDetail.Builder patchType(String patchType) Type of patch.- Parameters:
- patchType- the value to set
- Returns:
- this builder
 
 - 
severitypublic CompliancePatchDetail.Builder severity(PatchSeverity severity) Patch Severity.- Parameters:
- severity- the value to set
- Returns:
- this builder
 
 - 
productpublic CompliancePatchDetail.Builder product(ComplianceDetailProduct product) 
 - 
buildpublic CompliancePatchDetail build() 
 - 
copypublic CompliancePatchDetail.Builder copy(CompliancePatchDetail model) 
 
- 
 
-