public static interface DeadLetterConfig.Builder extends SdkPojo, CopyableBuilder<DeadLetterConfig.Builder,DeadLetterConfig>
Modifier and Type | Method and Description |
---|---|
DeadLetterConfig.Builder |
targetArn(String targetArn)
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeadLetterConfig.Builder targetArn(String targetArn)
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.
targetArn
- The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.Copyright © 2022. All rights reserved.