Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.CSV.Builder
Packages that use CSV.Builder
-
Uses of CSV.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return CSV.BuilderModifier and TypeMethodDescriptionstatic CSV.BuilderCSV.builder()An array of names to use for the columns in the transformed log event.CSV.Builder.columns(Collection<String> columns) An array of names to use for the columns in the transformed log event.The character used to separate each column in the original comma-separated value log event.CSV.Builder.destination(String destination) The path to the parent field to put transformed key value pairs under.CSV.Builder.quoteCharacter(String quoteCharacter) The character used used as a text qualifier for a single column of data.The path to the field in the log event that has the comma separated values to be parsed.CSV.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type CSV.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CSV.Builder>CSV.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type CSV.BuilderModifier and TypeMethodDescriptiondefault Processor.BuilderProcessor.Builder.csv(Consumer<CSV.Builder> csv) Use this parameter to include the CSV processor in your transformer.