public static class PropertyOverride.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public PropertyOverride.Builder matchType(String matchType)
Match Type. Accepted values are: contains.
matchType
- the value to setpublic PropertyOverride.Builder matchValue(String matchValue)
Match Value.
matchValue
- the value to setpublic PropertyOverride.Builder propertyName(String propertyName)
Property to override. Accepted values are: logSourceName, charEncoding.
propertyName
- the value to setpublic PropertyOverride.Builder propertyValue(String propertyValue)
Value of the property.
propertyValue
- the value to setpublic PropertyOverride build()
public PropertyOverride.Builder copy(PropertyOverride model)
Copyright © 2016–2024. All rights reserved.