Class AssociationProperty.Builder
- java.lang.Object
 - 
- com.oracle.bmc.loganalytics.model.AssociationProperty.Builder
 
 
- 
- Enclosing class:
 - AssociationProperty
 
public static class AssociationProperty.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociationPropertybuild()AssociationProperty.Buildercopy(AssociationProperty model)AssociationProperty.Buildername(String name)The name of the association property.AssociationProperty.Builderpatterns(List<PatternOverride> patterns)A list of pattern level overrides for this property.AssociationProperty.Buildervalue(String value)The value of the association property. 
 - 
 
- 
- 
Method Detail
- 
name
public AssociationProperty.Builder name(String name)
The name of the association property.- Parameters:
 name- the value to set- Returns:
 - this builder
 
 
- 
value
public AssociationProperty.Builder value(String value)
The value of the association property.- Parameters:
 value- the value to set- Returns:
 - this builder
 
 
- 
patterns
public AssociationProperty.Builder patterns(List<PatternOverride> patterns)
A list of pattern level overrides for this property.- Parameters:
 patterns- the value to set- Returns:
 - this builder
 
 
- 
build
public AssociationProperty build()
 
- 
copy
public AssociationProperty.Builder copy(AssociationProperty model)
 
 - 
 
 -