Struct aws_sdk_firehose::model::destination_description::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DestinationDescription
Implementations
The ID of the destination.
The ID of the destination.
[Deprecated] The destination in Amazon S3.
[Deprecated] The destination in Amazon S3.
pub fn extended_s3_destination_description(
self,
input: ExtendedS3DestinationDescription
) -> Self
pub fn extended_s3_destination_description(
self,
input: ExtendedS3DestinationDescription
) -> Self
The destination in Amazon S3.
pub fn set_extended_s3_destination_description(
self,
input: Option<ExtendedS3DestinationDescription>
) -> Self
pub fn set_extended_s3_destination_description(
self,
input: Option<ExtendedS3DestinationDescription>
) -> Self
The destination in Amazon S3.
The destination in Amazon Redshift.
pub fn set_redshift_destination_description(
self,
input: Option<RedshiftDestinationDescription>
) -> Self
pub fn set_redshift_destination_description(
self,
input: Option<RedshiftDestinationDescription>
) -> Self
The destination in Amazon Redshift.
pub fn elasticsearch_destination_description(
self,
input: ElasticsearchDestinationDescription
) -> Self
pub fn elasticsearch_destination_description(
self,
input: ElasticsearchDestinationDescription
) -> Self
The destination in Amazon ES.
pub fn set_elasticsearch_destination_description(
self,
input: Option<ElasticsearchDestinationDescription>
) -> Self
pub fn set_elasticsearch_destination_description(
self,
input: Option<ElasticsearchDestinationDescription>
) -> Self
The destination in Amazon ES.
pub fn amazonopensearchservice_destination_description(
self,
input: AmazonopensearchserviceDestinationDescription
) -> Self
pub fn set_amazonopensearchservice_destination_description(
self,
input: Option<AmazonopensearchserviceDestinationDescription>
) -> Self
The destination in Splunk.
pub fn set_splunk_destination_description(
self,
input: Option<SplunkDestinationDescription>
) -> Self
pub fn set_splunk_destination_description(
self,
input: Option<SplunkDestinationDescription>
) -> Self
The destination in Splunk.
pub fn http_endpoint_destination_description(
self,
input: HttpEndpointDestinationDescription
) -> Self
pub fn http_endpoint_destination_description(
self,
input: HttpEndpointDestinationDescription
) -> Self
Describes the specified HTTP endpoint destination.
pub fn set_http_endpoint_destination_description(
self,
input: Option<HttpEndpointDestinationDescription>
) -> Self
pub fn set_http_endpoint_destination_description(
self,
input: Option<HttpEndpointDestinationDescription>
) -> Self
Describes the specified HTTP endpoint destination.
Consumes the builder and constructs a DestinationDescription
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