Class AddPackagesToSoftwareSourceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.AddPackagesToSoftwareSourceDetails.Builder
-
- Enclosing class:
- AddPackagesToSoftwareSourceDetails
public static class AddPackagesToSoftwareSourceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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).
-
-
-
Method Detail
-
packages
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).- Parameters:
packages
- the value to set- Returns:
- this builder
-
isContinueOnMissingPackages
public 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.
- Parameters:
isContinueOnMissingPackages
- the value to set- Returns:
- this builder
-
build
public AddPackagesToSoftwareSourceDetails build()
-
copy
public AddPackagesToSoftwareSourceDetails.Builder copy(AddPackagesToSoftwareSourceDetails model)
-
-