Struct aws_sdk_firehose::model::http_endpoint_destination_description::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for HttpEndpointDestinationDescription
Implementations
The configuration of the specified HTTP endpoint destination.
The configuration of the specified HTTP endpoint destination.
Describes buffering options that can be applied to the data before it is delivered to
the HTTPS endpoint destination. Kinesis Data Firehose teats these options as hints, and it
might choose to use more optimal values. The SizeInMBs and
IntervalInSeconds parameters are optional. However, if specify a value for
one of them, you must also provide a value for the other.
Describes buffering options that can be applied to the data before it is delivered to
the HTTPS endpoint destination. Kinesis Data Firehose teats these options as hints, and it
might choose to use more optimal values. The SizeInMBs and
IntervalInSeconds parameters are optional. However, if specify a value for
one of them, you must also provide a value for the other.
Describes the Amazon CloudWatch logging options for your delivery stream.
Describes the Amazon CloudWatch logging options for your delivery stream.
The configuration of request sent to the HTTP endpoint specified as the destination.
pub fn set_request_configuration(
self,
input: Option<HttpEndpointRequestConfiguration>
) -> Self
pub fn set_request_configuration(
self,
input: Option<HttpEndpointRequestConfiguration>
) -> Self
The configuration of request sent to the HTTP endpoint specified as the destination.
Describes a data processing configuration.
Describes a data processing configuration.
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.
Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to
the HTTP endpoint destination. You can back up all documents (AllData) or only
the documents that Kinesis Data Firehose could not deliver to the specified HTTP endpoint
destination (FailedDataOnly).
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to
the HTTP endpoint destination. You can back up all documents (AllData) or only
the documents that Kinesis Data Firehose could not deliver to the specified HTTP endpoint
destination (FailedDataOnly).
Describes a destination in Amazon S3.
Describes a destination in Amazon S3.
Consumes the builder and constructs a HttpEndpointDestinationDescription
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