pub struct Builder { /* private fields */ }
Expand description
A builder for AwsLambdaFunctionDeadLetterConfig
.
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 ARN of an SQS queue or SNS topic.
sourcepub fn set_target_arn(self, input: Option<String>) -> Self
pub fn set_target_arn(self, input: Option<String>) -> Self
The ARN of an SQS queue or SNS topic.
sourcepub fn build(self) -> AwsLambdaFunctionDeadLetterConfig
pub fn build(self) -> AwsLambdaFunctionDeadLetterConfig
Consumes the builder and constructs a AwsLambdaFunctionDeadLetterConfig
.