Struct aws_sdk_lambda::model::dead_letter_config::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeadLetterConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn target_arn(self, input: impl Into<String>) -> Self
pub fn target_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.
sourcepub fn set_target_arn(self, input: Option<String>) -> Self
pub fn set_target_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.
sourcepub fn build(self) -> DeadLetterConfig
pub fn build(self) -> DeadLetterConfig
Consumes the builder and constructs a DeadLetterConfig
.