Class SoftwareSourceVendorSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.SoftwareSourceVendorSummary.Builder
-
- Enclosing class:
- SoftwareSourceVendorSummary
public static class SoftwareSourceVendorSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
name
public SoftwareSourceVendorSummary.Builder name(VendorName name)
Name of the vendor providing the software source.- Parameters:
name
- the value to set- Returns:
- this builder
-
osFamilies
public SoftwareSourceVendorSummary.Builder osFamilies(List<OsFamily> osFamilies)
List of corresponding operating system families.- Parameters:
osFamilies
- the value to set- Returns:
- this builder
-
archTypes
public SoftwareSourceVendorSummary.Builder archTypes(List<ArchType> archTypes)
List of corresponding architecture types.- Parameters:
archTypes
- the value to set- Returns:
- this builder
-
build
public SoftwareSourceVendorSummary build()
-
copy
public SoftwareSourceVendorSummary.Builder copy(SoftwareSourceVendorSummary model)
-
-