Uses of Interface
software.amazon.awssdk.services.cloudwatchevents.model.InputTransformer.Builder
-
Packages that use InputTransformer.Builder Package Description software.amazon.awssdk.services.cloudwatchevents.model -
-
Uses of InputTransformer.Builder in software.amazon.awssdk.services.cloudwatchevents.model
Methods in software.amazon.awssdk.services.cloudwatchevents.model that return InputTransformer.Builder Modifier and Type Method Description static InputTransformer.BuilderInputTransformer. builder()InputTransformer.BuilderInputTransformer.Builder. inputPathsMap(Map<String,String> inputPathsMap)Map of JSON paths to be extracted from the event.InputTransformer.BuilderInputTransformer.Builder. inputTemplate(String inputTemplate)Input template where you specify placeholders that will be filled with the values of the keys fromInputPathsMapto customize the data sent to the target.InputTransformer.BuilderInputTransformer. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchevents.model that return types with arguments of type InputTransformer.Builder Modifier and Type Method Description static Class<? extends InputTransformer.Builder>InputTransformer. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchevents.model with type arguments of type InputTransformer.Builder Modifier and Type Method Description default Target.BuilderTarget.Builder. inputTransformer(Consumer<InputTransformer.Builder> inputTransformer)Settings to enable you to provide custom input to a target based on certain event data.
-