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