Class RecommendedPatchCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.RecommendedPatchCollection.Builder
-
- Enclosing class:
- RecommendedPatchCollection
public static class RecommendedPatchCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecommendedPatchCollectionbuild()RecommendedPatchCollection.Buildercopy(RecommendedPatchCollection model)RecommendedPatchCollection.Builderitems(List<RecommendedPatchSummary> items)List of recommended patches
-
-
-
Method Detail
-
items
public RecommendedPatchCollection.Builder items(List<RecommendedPatchSummary> items)
List of recommended patches- Parameters:
items- the value to set- Returns:
- this builder
-
build
public RecommendedPatchCollection build()
-
copy
public RecommendedPatchCollection.Builder copy(RecommendedPatchCollection model)
-
-