Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ParseKeyValue.Builder
Packages that use ParseKeyValue.Builder
-
Uses of ParseKeyValue.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ParseKeyValue.BuilderModifier and TypeMethodDescriptionstatic ParseKeyValue.BuilderParseKeyValue.builder()ParseKeyValue.Builder.destination(String destination) The destination field to put the extracted key-value pairs intoParseKeyValue.Builder.fieldDelimiter(String fieldDelimiter) The field delimiter string that is used between key-value pairs in the original log events.If you want to add a prefix to all transformed keys, specify it here.ParseKeyValue.Builder.keyValueDelimiter(String keyValueDelimiter) The delimiter string to use between the key and value in each pair in the transformed log event.ParseKeyValue.Builder.nonMatchValue(String nonMatchValue) A value to insert into the value field in the result, when a key-value pair is not successfully split.ParseKeyValue.Builder.overwriteIfExists(Boolean overwriteIfExists) Specifies whether to overwrite the value if the destination key already exists.Path to the field in the log event that will be parsed.ParseKeyValue.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ParseKeyValue.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ParseKeyValue.Builder>ParseKeyValue.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type ParseKeyValue.BuilderModifier and TypeMethodDescriptiondefault Processor.BuilderProcessor.Builder.parseKeyValue(Consumer<ParseKeyValue.Builder> parseKeyValue) Use this parameter to include the parseKeyValue processor in your transformer.