public static class AddPackagesToSoftwareSourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddPackagesToSoftwareSourceDetails |
build() |
AddPackagesToSoftwareSourceDetails.Builder |
copy(AddPackagesToSoftwareSourceDetails model) |
AddPackagesToSoftwareSourceDetails.Builder |
isContinueOnMissingPackages(Boolean isContinueOnMissingPackages)
Indicates whether the service should generate a custom software source when the package
list contains invalid values.
|
AddPackagesToSoftwareSourceDetails.Builder |
packages(List<String> packages)
List of packages specified by the name of the package (N) or the full package name (NVRA
or NEVRA).
|
public AddPackagesToSoftwareSourceDetails.Builder packages(List<String> packages)
List of packages specified by the name of the package (N) or the full package name (NVRA or NEVRA).
packages
- the value to setpublic AddPackagesToSoftwareSourceDetails.Builder isContinueOnMissingPackages(Boolean isContinueOnMissingPackages)
Indicates whether the service should generate a custom software source when the package list contains invalid values. When set to true, the service ignores any invalid packages and generates the custom software source with using the valid packages.
isContinueOnMissingPackages
- the value to setpublic AddPackagesToSoftwareSourceDetails build()
public AddPackagesToSoftwareSourceDetails.Builder copy(AddPackagesToSoftwareSourceDetails model)
Copyright © 2016–2025. All rights reserved.