Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Erratum.Builder |
advisoryType(UpdateTypes advisoryType)
Type of the erratum.
|
Erratum.Builder |
affectedInstances(List<Id> affectedInstances)
list of managed instances to this erratum
|
Erratum |
build() |
Erratum.Builder |
compartmentId(String compartmentId)
OCID for the Compartment.
|
Erratum.Builder |
copy(Erratum model) |
Erratum.Builder |
description(String description)
Details describing the erratum.
|
Erratum.Builder |
from(String from)
Information specifying from where the erratum was release.
|
Erratum.Builder |
id(String id)
OCID for the Erratum.
|
Erratum.Builder |
issued(String issued)
date the erratum was issued
|
Erratum.Builder |
name(String name)
Advisory name
|
Erratum.Builder |
packages(List<SoftwarePackageSummary> packages)
list of Packages affected by this erratum
|
Erratum.Builder |
references(String references)
Information describing how to find more information about the erratum.
|
Erratum.Builder |
relatedCves(List<String> relatedCves)
list of CVEs applicable to this erratum
|
Erratum.Builder |
softwareSources(List<Id> softwareSources)
list of Software Sources
|
Erratum.Builder |
solution(String solution)
Information describing how the erratum can be resolved.
|
Erratum.Builder |
synopsis(String synopsis)
Summary description of the erratum.
|
Erratum.Builder |
updated(String updated)
most recent date the erratum was updated
|
public Erratum.Builder name(String name)
Advisory name
name
- the value to setpublic Erratum.Builder id(String id)
OCID for the Erratum.
id
- the value to setpublic Erratum.Builder compartmentId(String compartmentId)
OCID for the Compartment.
compartmentId
- the value to setpublic Erratum.Builder synopsis(String synopsis)
Summary description of the erratum.
synopsis
- the value to setpublic Erratum.Builder issued(String issued)
date the erratum was issued
issued
- the value to setpublic Erratum.Builder description(String description)
Details describing the erratum.
description
- the value to setpublic Erratum.Builder updated(String updated)
most recent date the erratum was updated
updated
- the value to setpublic Erratum.Builder advisoryType(UpdateTypes advisoryType)
Type of the erratum.
advisoryType
- the value to setpublic Erratum.Builder from(String from)
Information specifying from where the erratum was release.
from
- the value to setpublic Erratum.Builder solution(String solution)
Information describing how the erratum can be resolved.
solution
- the value to setpublic Erratum.Builder references(String references)
Information describing how to find more information about the erratum.
references
- the value to setpublic Erratum.Builder affectedInstances(List<Id> affectedInstances)
list of managed instances to this erratum
affectedInstances
- the value to setpublic Erratum.Builder relatedCves(List<String> relatedCves)
list of CVEs applicable to this erratum
relatedCves
- the value to setpublic Erratum.Builder softwareSources(List<Id> softwareSources)
list of Software Sources
softwareSources
- the value to setpublic Erratum.Builder packages(List<SoftwarePackageSummary> packages)
list of Packages affected by this erratum
packages
- the value to setpublic Erratum build()
public Erratum.Builder copy(Erratum model)
Copyright © 2016–2024. All rights reserved.