public static final class TargetInputTemplate.Builder extends Object
TargetInputTemplate.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TargetInputTemplate |
build() |
TargetInputTemplate.Builder |
withJsonTemplate(Object value)
Input template where you can use the values of the keys from
inputPathsMap to customize the data sent to the target.
|
TargetInputTemplate.Builder |
withPathsMap(Map<String,String> value)
Map of JSON paths to be extracted from the event.
|
TargetInputTemplate.Builder |
withTextTemplate(Object value)
Input template where you can use the values of the keys from
inputPathsMap to customize the data sent to the target.
|
public TargetInputTemplate.Builder withTextTemplate(Object value)
public TargetInputTemplate.Builder withJsonTemplate(Object value)
public TargetInputTemplate.Builder withPathsMap(Map<String,String> value)
public TargetInputTemplate build()
Copyright © 2018. All rights reserved.