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