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