@Generated(value="software.amazon.awssdk:codegen") public final class InputTransformer extends Object implements StructuredPojo, ToCopyableBuilder<InputTransformer.Builder,InputTransformer>
Contains the parameters needed for you to provide custom input to a target based on one or more pieces of data extracted from the event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputTransformer.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InputTransformer.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Map<String,String> |
inputPathsMap()
Map of JSON paths to be extracted from the event.
|
String |
inputTemplate()
Input template where you can use the values of the keys from
InputPathsMap to customize the data
sent to the target. |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends InputTransformer.Builder> |
serializableBuilderClass() |
InputTransformer.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String inputTemplate()
Input template where you can use the values of the keys from InputPathsMap to customize the data
sent to the target.
InputPathsMap to customize the
data sent to the target.public InputTransformer.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputTransformer.Builder,InputTransformer>public static InputTransformer.Builder builder()
public static Class<? extends InputTransformer.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.