public static class AvailableUpdateSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AvailableUpdateSummary.Builder |
architecture(String architecture)
The architecture for which this package was built
|
AvailableUpdateSummary.Builder |
availableVersion(String availableVersion)
Version of the package available for update
|
AvailableUpdateSummary |
build() |
AvailableUpdateSummary.Builder |
copy(AvailableUpdateSummary model) |
AvailableUpdateSummary.Builder |
displayName(String displayName)
Package name
|
AvailableUpdateSummary.Builder |
errata(List<Id> errata)
List of errata containing this update
|
AvailableUpdateSummary.Builder |
installedVersion(String installedVersion)
Version of the installed package
|
AvailableUpdateSummary.Builder |
name(String name)
Unique identifier for the package available for update.
|
AvailableUpdateSummary.Builder |
relatedCves(List<String> relatedCves)
List of CVEs applicable to this erratum
|
AvailableUpdateSummary.Builder |
softwareSources(List<SoftwareSourceId> softwareSources)
list of software sources that provide the software package
|
AvailableUpdateSummary.Builder |
type(String type)
Type of the package
|
AvailableUpdateSummary.Builder |
updateType(UpdateTypes updateType)
The purpose of this update.
|
public AvailableUpdateSummary.Builder displayName(String displayName)
Package name
displayName
- the value to setpublic AvailableUpdateSummary.Builder name(String name)
Unique identifier for the package available for update. NOTE - This is not an OCID
name
- the value to setpublic AvailableUpdateSummary.Builder updateType(UpdateTypes updateType)
The purpose of this update.
updateType
- the value to setpublic AvailableUpdateSummary.Builder type(String type)
Type of the package
type
- the value to setpublic AvailableUpdateSummary.Builder installedVersion(String installedVersion)
Version of the installed package
installedVersion
- the value to setpublic AvailableUpdateSummary.Builder availableVersion(String availableVersion)
Version of the package available for update
availableVersion
- the value to setpublic AvailableUpdateSummary.Builder architecture(String architecture)
The architecture for which this package was built
architecture
- the value to setpublic AvailableUpdateSummary.Builder errata(List<Id> errata)
List of errata containing this update
errata
- the value to setpublic AvailableUpdateSummary.Builder relatedCves(List<String> relatedCves)
List of CVEs applicable to this erratum
relatedCves
- the value to setpublic AvailableUpdateSummary.Builder softwareSources(List<SoftwareSourceId> softwareSources)
list of software sources that provide the software package
softwareSources
- the value to setpublic AvailableUpdateSummary build()
public AvailableUpdateSummary.Builder copy(AvailableUpdateSummary model)
Copyright © 2016–2024. All rights reserved.