Klasse EventRuleActionsCommonExtractionsInner.EventRuleActionsCommonExtractionsInnerBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.EventRuleActionsCommonExtractionsInner.EventRuleActionsCommonExtractionsInnerBuilder
- Umschließende Klasse:
EventRuleActionsCommonExtractionsInner
public static class EventRuleActionsCommonExtractionsInner.EventRuleActionsCommonExtractionsInnerBuilder
extends Object
-
Methodenübersicht
-
Methodendetails
-
target
public EventRuleActionsCommonExtractionsInner.EventRuleActionsCommonExtractionsInnerBuilder target(String target) The PD-CEF field that will be set with the value from the regex.- Gibt zurück:
this.
-
source
public EventRuleActionsCommonExtractionsInner.EventRuleActionsCommonExtractionsInnerBuilder source(String source) The path to the event field where the regex will be applied to extract a value.- Gibt zurück:
this.
-
regex
public EventRuleActionsCommonExtractionsInner.EventRuleActionsCommonExtractionsInnerBuilder regex(String regex) A RE2 regular expression. If it contains one or more capture groups, their values will be extracted and appended together. If it contains no capture groups, the whole match is used.- Gibt zurück:
this.
-
template
public EventRuleActionsCommonExtractionsInner.EventRuleActionsCommonExtractionsInnerBuilder template(String template) A value that will be used to populate the target PD-CEF field. You can include variables extracted from the payload by using string interpolation.- Gibt zurück:
this.
-
build
-
toString
-