public static interface InputTransformer.Builder extends CopyableBuilder<InputTransformer.Builder,InputTransformer>
Modifier and Type | Method and Description |
---|---|
InputTransformer.Builder |
inputPathsMap(Map<String,String> inputPathsMap)
Map of JSON paths to be extracted from the event.
|
InputTransformer.Builder |
inputTemplate(String inputTemplate)
Input template where you can use the values of the keys from
InputPathsMap to customize the data
sent to the target. |
copy
applyMutation, build
InputTransformer.Builder inputPathsMap(Map<String,String> inputPathsMap)
Map of JSON paths to be extracted from the event. These are key-value pairs, where each value is a JSON path. You must use JSON dot notation, not bracket notation.
inputPathsMap
- Map of JSON paths to be extracted from the event. These are key-value pairs, where each value is a
JSON path. You must use JSON dot notation, not bracket notation.InputTransformer.Builder inputTemplate(String inputTemplate)
Input template where you can use the values of the keys from InputPathsMap
to customize the data
sent to the target.
inputTemplate
- Input template where you can use the values of the keys from InputPathsMap
to customize
the data sent to the target.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.