Uses of Class
software.amazon.awscdk.services.kinesisfirehose.OpenXJsonInputFormat.Builder
Packages that use OpenXJsonInputFormat.Builder
Package
Description
Amazon Data Firehose Construct Library
-
Uses of OpenXJsonInputFormat.Builder in software.amazon.awscdk.services.kinesisfirehose
Methods in software.amazon.awscdk.services.kinesisfirehose that return OpenXJsonInputFormat.BuilderModifier and TypeMethodDescriptionOpenXJsonInputFormat.Builder.columnToJsonKeyMappings(Map<String, String> columnToJsonKeyMappings) Maps column names to JSON keys that aren't identical to the column names.OpenXJsonInputFormat.Builder.convertDotsInJsonKeysToUnderscores(Boolean convertDotsInJsonKeysToUnderscores) When set totrue, specifies that the names of the keys include dots and that you want Firehose to replace them with underscores.static OpenXJsonInputFormat.BuilderOpenXJsonInputFormat.Builder.create()OpenXJsonInputFormat.Builder.lowercaseColumnNames(Boolean lowercaseColumnNames) Whether the JSON keys should be lowercased when written as column names.