| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
OutputFormatConfiguration |
OutputFormatConfiguration.clone() |
OutputFormatConfiguration |
DataFormatConversionConfiguration.getOutputFormatConfiguration()
Specifies the serializer that you want Firehose to use to convert the format of your data to the Parquet or ORC
format.
|
OutputFormatConfiguration |
OutputFormatConfiguration.withSerializer(Serializer serializer)
Specifies which serializer to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataFormatConversionConfiguration.setOutputFormatConfiguration(OutputFormatConfiguration outputFormatConfiguration)
Specifies the serializer that you want Firehose to use to convert the format of your data to the Parquet or ORC
format.
|
DataFormatConversionConfiguration |
DataFormatConversionConfiguration.withOutputFormatConfiguration(OutputFormatConfiguration outputFormatConfiguration)
Specifies the serializer that you want Firehose to use to convert the format of your data to the Parquet or ORC
format.
|
Copyright © 2025. All rights reserved.