Class ComplianceReportPatchDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.ComplianceReportPatchDetail.Builder
-
- Enclosing class:
- ComplianceReportPatchDetail
public static class ComplianceReportPatchDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComplianceReportPatchDetail
build()
ComplianceReportPatchDetail.Builder
copy(ComplianceReportPatchDetail model)
ComplianceReportPatchDetail.Builder
patchDescription(String patchDescription)
Patch description.ComplianceReportPatchDetail.Builder
patchName(String patchName)
Patch name.ComplianceReportPatchDetail.Builder
patchType(String patchType)
Type of patch.ComplianceReportPatchDetail.Builder
timeApplied(Date timeApplied)
Time the patch was applied.ComplianceReportPatchDetail.Builder
timeReleased(Date timeReleased)
The date on which patch was released.
-
-
-
Method Detail
-
patchName
public ComplianceReportPatchDetail.Builder patchName(String patchName)
Patch name.- Parameters:
patchName
- the value to set- Returns:
- this builder
-
patchDescription
public ComplianceReportPatchDetail.Builder patchDescription(String patchDescription)
Patch description.- Parameters:
patchDescription
- the value to set- Returns:
- this builder
-
timeApplied
public ComplianceReportPatchDetail.Builder timeApplied(Date timeApplied)
Time the patch was applied.- Parameters:
timeApplied
- the value to set- Returns:
- this builder
-
timeReleased
public ComplianceReportPatchDetail.Builder timeReleased(Date timeReleased)
The date on which patch was released.- Parameters:
timeReleased
- the value to set- Returns:
- this builder
-
patchType
public ComplianceReportPatchDetail.Builder patchType(String patchType)
Type of patch.- Parameters:
patchType
- the value to set- Returns:
- this builder
-
build
public ComplianceReportPatchDetail build()
-
copy
public ComplianceReportPatchDetail.Builder copy(ComplianceReportPatchDetail model)
-
-