Class RelatedEventCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagement.model.RelatedEventCollection.Builder
-
- Enclosing class:
- RelatedEventCollection
public static class RelatedEventCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelatedEventCollection
build()
RelatedEventCollection.Builder
copy(RelatedEventCollection model)
RelatedEventCollection.Builder
items(List<RelatedEventSummary> items)
List of event occurrence.
-
-
-
Method Detail
-
items
public RelatedEventCollection.Builder items(List<RelatedEventSummary> items)
List of event occurrence.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public RelatedEventCollection build()
-
copy
public RelatedEventCollection.Builder copy(RelatedEventCollection model)
-
-