Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ListToMap.Builder
Packages that use ListToMap.Builder
-
Uses of ListToMap.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ListToMap.BuilderModifier and TypeMethodDescriptionstatic ListToMap.BuilderListToMap.builder()A Boolean value to indicate whether the list will be flattened into single items.ListToMap.Builder.flattenedElement(String flattenedElement) If you setflattentotrue, useflattenedElementto specify which element,firstorlast, to keep.ListToMap.Builder.flattenedElement(FlattenedElement flattenedElement) If you setflattentotrue, useflattenedElementto specify which element,firstorlast, to keep.The key of the field to be extracted as keys in the generated mapThe key in the log event that has a list of objects that will be converted to a map.The key of the field that will hold the generated mapListToMap.toBuilder()If this is specified, the values that you specify in this parameter will be extracted from thesourceobjects and put into the values of the generated map.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ListToMap.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListToMap.Builder>ListToMap.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type ListToMap.BuilderModifier and TypeMethodDescriptiondefault Processor.BuilderProcessor.Builder.listToMap(Consumer<ListToMap.Builder> listToMap) Use this parameter to include the listToMap processor in your transformer.