Class EffectivePropertyCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.EffectivePropertyCollection.Builder
-
- Enclosing class:
- EffectivePropertyCollection
public static class EffectivePropertyCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EffectivePropertyCollection
build()
EffectivePropertyCollection.Builder
copy(EffectivePropertyCollection model)
EffectivePropertyCollection.Builder
items(List<EffectivePropertySummary> items)
A list of properties and their effective values.
-
-
-
Method Detail
-
items
public EffectivePropertyCollection.Builder items(List<EffectivePropertySummary> items)
A list of properties and their effective values.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public EffectivePropertyCollection build()
-
copy
public EffectivePropertyCollection.Builder copy(EffectivePropertyCollection model)
-
-