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