#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for HttpEndpointRequestConfiguration
Implementations
Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.
Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.
Appends an item to common_attributes
.
To override the contents of this collection use set_common_attributes
.
Describes the metadata sent to the HTTP endpoint destination.
Describes the metadata sent to the HTTP endpoint destination.
Consumes the builder and constructs a HttpEndpointRequestConfiguration
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