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