Uses of Interface
software.amazon.awssdk.services.firehose.model.OpenXJsonSerDe.Builder
-
Packages that use OpenXJsonSerDe.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of OpenXJsonSerDe.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return OpenXJsonSerDe.Builder Modifier and Type Method Description static OpenXJsonSerDe.BuilderOpenXJsonSerDe. builder()OpenXJsonSerDe.BuilderOpenXJsonSerDe.Builder. caseInsensitive(Boolean caseInsensitive)When set totrue, which is the default, Kinesis Data Firehose converts JSON keys to lowercase before deserializing them.OpenXJsonSerDe.BuilderOpenXJsonSerDe.Builder. columnToJsonKeyMappings(Map<String,String> columnToJsonKeyMappings)Maps column names to JSON keys that aren't identical to the column names.OpenXJsonSerDe.BuilderOpenXJsonSerDe.Builder. convertDotsInJsonKeysToUnderscores(Boolean convertDotsInJsonKeysToUnderscores)When set totrue, specifies that the names of the keys include dots and that you want Kinesis Data Firehose to replace them with underscores.OpenXJsonSerDe.BuilderOpenXJsonSerDe. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type OpenXJsonSerDe.Builder Modifier and Type Method Description static Class<? extends OpenXJsonSerDe.Builder>OpenXJsonSerDe. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type OpenXJsonSerDe.Builder Modifier and Type Method Description default Deserializer.BuilderDeserializer.Builder. openXJsonSerDe(Consumer<OpenXJsonSerDe.Builder> openXJsonSerDe)The OpenX SerDe.
-