public static class GrepFilterDenyRule.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GrepFilterDenyRule |
build() |
GrepFilterDenyRule.Builder |
copy(GrepFilterDenyRule model) |
GrepFilterDenyRule.Builder |
key(String key)
The field name to which the regular expression is applied
|
GrepFilterDenyRule.Builder |
pattern(String pattern)
The regular expression
|
public GrepFilterDenyRule.Builder key(String key)
The field name to which the regular expression is applied
key
- the value to setpublic GrepFilterDenyRule.Builder pattern(String pattern)
The regular expression
pattern
- the value to setpublic GrepFilterDenyRule build()
public GrepFilterDenyRule.Builder copy(GrepFilterDenyRule model)
Copyright © 2016–2024. All rights reserved.