Class RecalledDataCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.RecalledDataCollection.Builder
-
- Enclosing class:
- RecalledDataCollection
public static class RecalledDataCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecalledDataCollection
build()
RecalledDataCollection.Builder
copy(RecalledDataCollection model)
RecalledDataCollection.Builder
items(List<RecalledData> items)
This is the array of recalled data
-
-
-
Method Detail
-
items
public RecalledDataCollection.Builder items(List<RecalledData> items)
This is the array of recalled data- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public RecalledDataCollection build()
-
copy
public RecalledDataCollection.Builder copy(RecalledDataCollection model)
-
-