Package com.oracle.bmc.wlms.model
Class InstalledPatchCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.wlms.model.InstalledPatchCollection.Builder
-
- Enclosing class:
- InstalledPatchCollection
public static class InstalledPatchCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstalledPatchCollection
build()
InstalledPatchCollection.Builder
copy(InstalledPatchCollection model)
InstalledPatchCollection.Builder
items(List<InstalledPatchSummary> items)
List of installed patches per server
-
-
-
Method Detail
-
items
public InstalledPatchCollection.Builder items(List<InstalledPatchSummary> items)
List of installed patches per server- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public InstalledPatchCollection build()
-
copy
public InstalledPatchCollection.Builder copy(InstalledPatchCollection model)
-
-