Package com.oracle.bmc.logging.model
Class GrepFilterAllowRule.Builder
- java.lang.Object
-
- com.oracle.bmc.logging.model.GrepFilterAllowRule.Builder
-
- Enclosing class:
- GrepFilterAllowRule
public static class GrepFilterAllowRule.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GrepFilterAllowRule
build()
GrepFilterAllowRule.Builder
copy(GrepFilterAllowRule model)
GrepFilterAllowRule.Builder
key(String key)
The field name to which the regular expression is appliedGrepFilterAllowRule.Builder
pattern(String pattern)
The regular expression
-
-
-
Method Detail
-
key
public GrepFilterAllowRule.Builder key(String key)
The field name to which the regular expression is applied- Parameters:
key
- the value to set- Returns:
- this builder
-
pattern
public GrepFilterAllowRule.Builder pattern(String pattern)
The regular expression- Parameters:
pattern
- the value to set- Returns:
- this builder
-
build
public GrepFilterAllowRule build()
-
copy
public GrepFilterAllowRule.Builder copy(GrepFilterAllowRule model)
-
-