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