Class PropertyOverride.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.PropertyOverride.Builder
-
- Enclosing class:
- PropertyOverride
public static class PropertyOverride.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyOverride
build()
PropertyOverride.Builder
copy(PropertyOverride model)
PropertyOverride.Builder
matchType(String matchType)
Match Type.PropertyOverride.Builder
matchValue(String matchValue)
Match Value.PropertyOverride.Builder
propertyName(String propertyName)
Property to override.PropertyOverride.Builder
propertyValue(String propertyValue)
Value of the property.
-
-
-
Method Detail
-
matchType
public PropertyOverride.Builder matchType(String matchType)
Match Type.Accepted values are: contains.
- Parameters:
matchType
- the value to set- Returns:
- this builder
-
matchValue
public PropertyOverride.Builder matchValue(String matchValue)
Match Value.- Parameters:
matchValue
- the value to set- Returns:
- this builder
-
propertyName
public PropertyOverride.Builder propertyName(String propertyName)
Property to override.Accepted values are: logSourceName, charEncoding.
- Parameters:
propertyName
- the value to set- Returns:
- this builder
-
propertyValue
public PropertyOverride.Builder propertyValue(String propertyValue)
Value of the property.- Parameters:
propertyValue
- the value to set- Returns:
- this builder
-
build
public PropertyOverride build()
-
copy
public PropertyOverride.Builder copy(PropertyOverride model)
-
-