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