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