Class AddPackagesToSoftwareSourceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.model.AddPackagesToSoftwareSourceDetails.Builder
 
- 
- Enclosing class:
- AddPackagesToSoftwareSourceDetails
 
 public static class AddPackagesToSoftwareSourceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AddPackagesToSoftwareSourceDetailsbuild()AddPackagesToSoftwareSourceDetails.Buildercopy(AddPackagesToSoftwareSourceDetails model)AddPackagesToSoftwareSourceDetails.BuilderisContinueOnMissingPackages(Boolean isContinueOnMissingPackages)Indicates whether the service should generate a custom software source when the package list contains invalid values.AddPackagesToSoftwareSourceDetails.Builderpackages(List<String> packages)List of packages specified by the name of the package (N) or the full package name (NVRA or NEVRA).
 
- 
- 
- 
Method Detail- 
packagespublic 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
 
 - 
isContinueOnMissingPackagespublic 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
 
 - 
buildpublic AddPackagesToSoftwareSourceDetails build() 
 - 
copypublic AddPackagesToSoftwareSourceDetails.Builder copy(AddPackagesToSoftwareSourceDetails model) 
 
- 
 
-