#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DataFormatConversionConfiguration
Implementations
Specifies the AWS Glue Data Catalog table that contains the column information. This parameter is required if Enabled
is set to true.
Specifies the AWS Glue Data Catalog table that contains the column information. This parameter is required if Enabled
is set to true.
Specifies the deserializer that you want Kinesis Data Firehose to use to convert the format of your data from JSON. This parameter is required if Enabled
is set to true.
Specifies the deserializer that you want Kinesis Data Firehose to use to convert the format of your data from JSON. This parameter is required if Enabled
is set to true.
Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data to the Parquet or ORC format. This parameter is required if Enabled
is set to true.
pub fn set_output_format_configuration(
self,
input: Option<OutputFormatConfiguration>
) -> Self
pub fn set_output_format_configuration(
self,
input: Option<OutputFormatConfiguration>
) -> Self
Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data to the Parquet or ORC format. This parameter is required if Enabled
is set to true.
Defaults to true
. Set it to false
if you want to disable format conversion while preserving the configuration details.
Defaults to true
. Set it to false
if you want to disable format conversion while preserving the configuration details.
Consumes the builder and constructs a DataFormatConversionConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more