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