Class SoftwarePackageCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.SoftwarePackageCollection.Builder
-
- Enclosing class:
- SoftwarePackageCollection
public static class SoftwarePackageCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoftwarePackageCollection
build()
SoftwarePackageCollection.Builder
copy(SoftwarePackageCollection model)
SoftwarePackageCollection.Builder
items(List<SoftwarePackageSummary> items)
List of software packages.
-
-
-
Method Detail
-
items
public SoftwarePackageCollection.Builder items(List<SoftwarePackageSummary> items)
List of software packages.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public SoftwarePackageCollection build()
-
copy
public SoftwarePackageCollection.Builder copy(SoftwarePackageCollection model)
-
-