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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SoftwareUpdateCollectionbuild()SoftwareUpdateCollection.Buildercopy(SoftwareUpdateCollection model)SoftwareUpdateCollection.Builderitems(List<SoftwareUpdateSummary> items)List of all the available software updates.
 
- 
- 
- 
Method Detail- 
itemspublic SoftwareUpdateCollection.Builder items(List<SoftwareUpdateSummary> items) List of all the available software updates.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic SoftwareUpdateCollection build() 
 - 
copypublic SoftwareUpdateCollection.Builder copy(SoftwareUpdateCollection model) 
 
- 
 
-