StructuredPojo
, ToCopyableBuilder<InputTransformer.Builder,InputTransformer>
@Generated("software.amazon.awssdk:codegen") public 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 | Description |
---|---|---|
static interface |
InputTransformer.Builder |
Modifier and Type | Method | Description |
---|---|---|
static InputTransformer.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends InputTransformer.Builder> |
serializableBuilderClass() |
|
InputTransformer.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public 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.
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InputTransformer.Builder,InputTransformer>
public static InputTransformer.Builder builder()
public static Class<? extends InputTransformer.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.