Class PatchChangeSummaryCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.PatchChangeSummaryCollection.Builder
-
- Enclosing class:
- PatchChangeSummaryCollection
public static class PatchChangeSummaryCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchChangeSummaryCollection
build()
PatchChangeSummaryCollection.Builder
copy(PatchChangeSummaryCollection model)
PatchChangeSummaryCollection.Builder
items(List<PatchChangeSummary> items)
The array of patch summaries.
-
-
-
Method Detail
-
items
public PatchChangeSummaryCollection.Builder items(List<PatchChangeSummary> items)
The array of patch summaries.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public PatchChangeSummaryCollection build()
-
copy
public PatchChangeSummaryCollection.Builder copy(PatchChangeSummaryCollection model)
-
-