CopyableBuilder<DeadLetterConfig.Builder,DeadLetterConfig>
, SdkBuilder<DeadLetterConfig.Builder,DeadLetterConfig>
public static interface DeadLetterConfig.Builder extends CopyableBuilder<DeadLetterConfig.Builder,DeadLetterConfig>
Modifier and Type | Method | 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).
|
copy
apply, build
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).
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.