Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ParseJSON.Builder
-
Packages that use ParseJSON.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of ParseJSON.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ParseJSON.Builder Modifier and Type Method Description static ParseJSON.BuilderParseJSON. builder()ParseJSON.BuilderParseJSON.Builder. destination(String destination)The location to put the parsed key value pair into.ParseJSON.BuilderParseJSON.Builder. source(String source)Path to the field in the log event that will be parsed.ParseJSON.BuilderParseJSON. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ParseJSON.Builder Modifier and Type Method Description static Class<? extends ParseJSON.Builder>ParseJSON. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type ParseJSON.Builder Modifier and Type Method Description default Processor.BuilderProcessor.Builder. parseJSON(Consumer<ParseJSON.Builder> parseJSON)Use this parameter to include the parseJSON processor in your transformer.
-