public static class SoftwareSourceVendorSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SoftwareSourceVendorSummary.Builder |
archTypes(List<ArchType> archTypes)
List of corresponding architecture types.
|
SoftwareSourceVendorSummary |
build() |
SoftwareSourceVendorSummary.Builder |
copy(SoftwareSourceVendorSummary model) |
SoftwareSourceVendorSummary.Builder |
name(VendorName name)
Name of the vendor providing the software source.
|
SoftwareSourceVendorSummary.Builder |
osFamilies(List<OsFamily> osFamilies)
List of corresponding operating system families.
|
public SoftwareSourceVendorSummary.Builder name(VendorName name)
Name of the vendor providing the software source.
name
- the value to setpublic SoftwareSourceVendorSummary.Builder osFamilies(List<OsFamily> osFamilies)
List of corresponding operating system families.
osFamilies
- the value to setpublic SoftwareSourceVendorSummary.Builder archTypes(List<ArchType> archTypes)
List of corresponding architecture types.
archTypes
- the value to setpublic SoftwareSourceVendorSummary build()
public SoftwareSourceVendorSummary.Builder copy(SoftwareSourceVendorSummary model)
Copyright © 2016–2024. All rights reserved.