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