public static interface DeadLetterConfig.Builder extends 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 you specify as your Dead Letter
Queue (DLQ).
|
copyapply, buildDeadLetterConfig.Builder targetArn(String targetArn)
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).
targetArn - The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead
Letter Queue (DLQ).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.