Struct aws_sdk_elasticache::model::destination_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DestinationDetails
Implementations
The configuration details of the CloudWatch Logs destination.
pub fn set_cloud_watch_logs_details(
self,
input: Option<CloudWatchLogsDestinationDetails>
) -> Self
pub fn set_cloud_watch_logs_details(
self,
input: Option<CloudWatchLogsDestinationDetails>
) -> Self
The configuration details of the CloudWatch Logs destination.
The configuration details of the Kinesis Data Firehose destination.
pub fn set_kinesis_firehose_details(
self,
input: Option<KinesisFirehoseDestinationDetails>
) -> Self
pub fn set_kinesis_firehose_details(
self,
input: Option<KinesisFirehoseDestinationDetails>
) -> Self
The configuration details of the Kinesis Data Firehose destination.
Consumes the builder and constructs a DestinationDetails
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