Struct aws_sdk_firehose::model::serializer::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Serializer
Implementations
A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see Apache Parquet.
A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see Apache Parquet.
A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see Apache ORC.
A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see Apache ORC.
Consumes the builder and constructs a Serializer
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