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 GrepFilterAllowRulebuild()GrepFilterAllowRule.Buildercopy(GrepFilterAllowRule model)GrepFilterAllowRule.Builderkey(String key)The field name to which the regular expression is appliedGrepFilterAllowRule.Builderpattern(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)
-
-