| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
static InputTransformer.Builder |
InputTransformer.builder() |
InputTransformer.Builder |
InputTransformer.Builder.inputPathsMap(Map<String,String> inputPathsMap)
Map of JSON paths to be extracted from the event.
|
InputTransformer.Builder |
InputTransformer.Builder.inputTemplate(String inputTemplate)
Input template where you specify placeholders that will be filled with the values of the keys from
InputPathsMap to customize the data sent to the target. |
InputTransformer.Builder |
InputTransformer.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputTransformer.Builder> |
InputTransformer.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Target.Builder |
Target.Builder.inputTransformer(Consumer<InputTransformer.Builder> inputTransformer)
Settings to enable you to provide custom input to a target based on certain event data.
|
Copyright © 2022. All rights reserved.