Uses of Class
software.amazon.awssdk.services.firehose.model.OutputFormatConfiguration
-
Packages that use OutputFormatConfiguration Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of OutputFormatConfiguration in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return OutputFormatConfiguration Modifier and Type Method Description OutputFormatConfigurationDataFormatConversionConfiguration. outputFormatConfiguration()Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data to the Parquet or ORC format.Methods in software.amazon.awssdk.services.firehose.model with parameters of type OutputFormatConfiguration Modifier and Type Method Description DataFormatConversionConfiguration.BuilderDataFormatConversionConfiguration.Builder. outputFormatConfiguration(OutputFormatConfiguration outputFormatConfiguration)Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data to the Parquet or ORC format.
-