Interface DeadLetterConfig.Builder

    • Method Detail

      • arn

        DeadLetterConfig.Builder arn​(String arn)

        The ARN of the specified target for the dead-letter queue.

        For Amazon Kinesis stream and Amazon DynamoDB stream sources, specify either an Amazon SNS topic or Amazon SQS queue ARN.

        Parameters:
        arn - The ARN of the specified target for the dead-letter queue.

        For Amazon Kinesis stream and Amazon DynamoDB stream sources, specify either an Amazon SNS topic or Amazon SQS queue ARN.

        Returns:
        Returns a reference to this object so that method calls can be chained together.