public static class CompliancePatchDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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
|
public CompliancePatchDetail.Builder patchId(String patchId)
patch OCID.
patchId
- the value to setpublic CompliancePatchDetail.Builder patchName(String patchName)
patch Name.
patchName
- the value to setpublic CompliancePatchDetail.Builder patchDescription(String patchDescription)
Patch Description.
patchDescription
- the value to setpublic CompliancePatchDetail.Builder timeReleased(Date timeReleased)
Date on which patch was released
timeReleased
- the value to setpublic CompliancePatchDetail.Builder patchType(String patchType)
Type of patch.
patchType
- the value to setpublic CompliancePatchDetail.Builder severity(PatchSeverity severity)
Patch Severity.
severity
- the value to setpublic CompliancePatchDetail.Builder product(ComplianceDetailProduct product)
public CompliancePatchDetail build()
public CompliancePatchDetail.Builder copy(CompliancePatchDetail model)
Copyright © 2016–2024. All rights reserved.