Struct aws_sdk_firehose::model::http_endpoint_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for HttpEndpointConfiguration
Implementations
The URL of the HTTP endpoint selected as the destination.
If you choose an HTTP endpoint as your destination, review and follow the instructions in the Appendix - HTTP Endpoint Delivery Request and Response Specifications.
The URL of the HTTP endpoint selected as the destination.
If you choose an HTTP endpoint as your destination, review and follow the instructions in the Appendix - HTTP Endpoint Delivery Request and Response Specifications.
The name of the HTTP endpoint selected as the destination.
The name of the HTTP endpoint selected as the destination.
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
Consumes the builder and constructs a HttpEndpointConfiguration
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