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