Class CompliancePatchDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.CompliancePatchDetail.Builder
-
- Enclosing class:
- CompliancePatchDetail
public static class CompliancePatchDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompliancePatchDetail
build()
CompliancePatchDetail.Builder
copy(CompliancePatchDetail model)
CompliancePatchDetail.Builder
patchDescription(String patchDescription)
Patch Description.CompliancePatchDetail.Builder
patchId(String patchId)
patch OCID.CompliancePatchDetail.Builder
patchName(String patchName)
patch Name.CompliancePatchDetail.Builder
patchType(String patchType)
Type of patch.CompliancePatchDetail.Builder
product(ComplianceDetailProduct product)
CompliancePatchDetail.Builder
severity(PatchSeverity severity)
Patch Severity.CompliancePatchDetail.Builder
timeReleased(Date timeReleased)
Date on which patch was released
-
-
-
Method Detail
-
patchId
public CompliancePatchDetail.Builder patchId(String patchId)
patch OCID.- Parameters:
patchId
- the value to set- Returns:
- this builder
-
patchName
public CompliancePatchDetail.Builder patchName(String patchName)
patch Name.- Parameters:
patchName
- the value to set- Returns:
- this builder
-
patchDescription
public CompliancePatchDetail.Builder patchDescription(String patchDescription)
Patch Description.- Parameters:
patchDescription
- the value to set- Returns:
- this builder
-
timeReleased
public CompliancePatchDetail.Builder timeReleased(Date timeReleased)
Date on which patch was released- Parameters:
timeReleased
- the value to set- Returns:
- this builder
-
patchType
public CompliancePatchDetail.Builder patchType(String patchType)
Type of patch.- Parameters:
patchType
- the value to set- Returns:
- this builder
-
severity
public CompliancePatchDetail.Builder severity(PatchSeverity severity)
Patch Severity.- Parameters:
severity
- the value to set- Returns:
- this builder
-
product
public CompliancePatchDetail.Builder product(ComplianceDetailProduct product)
-
build
public CompliancePatchDetail build()
-
copy
public CompliancePatchDetail.Builder copy(CompliancePatchDetail model)
-
-