public static class UpdatablePackageSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdatablePackageSummary.Builder displayName(String displayName)
public UpdatablePackageSummary.Builder name(String name)
public UpdatablePackageSummary.Builder type(String type)
public UpdatablePackageSummary.Builder version(String version)
public UpdatablePackageSummary.Builder architecture(ArchType architecture)
public UpdatablePackageSummary.Builder softwareSources(List<SoftwareSourceDetails> softwareSources)
public UpdatablePackageSummary.Builder installedVersion(String installedVersion)
The version of the package that is currently installed on the instance.
installedVersion
- the value to setpublic UpdatablePackageSummary.Builder updateType(ClassificationTypes updateType)
The type of update.
updateType
- the value to setpublic UpdatablePackageSummary.Builder errata(List<String> errata)
List of errata applicable to this update.
errata
- the value to setpublic UpdatablePackageSummary.Builder relatedCves(List<String> relatedCves)
List of CVEs applicable to this erratum.
relatedCves
- the value to setpublic UpdatablePackageSummary build()
public UpdatablePackageSummary.Builder copy(UpdatablePackageSummary model)
Copyright © 2016–2024. All rights reserved.