Interface DeadLetterConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DeadLetterConfig.Builder,DeadLetterConfig>, SdkBuilder<DeadLetterConfig.Builder,DeadLetterConfig>, SdkPojo
Enclosing class:
DeadLetterConfig

public static interface DeadLetterConfig.Builder extends SdkPojo, CopyableBuilder<DeadLetterConfig.Builder,DeadLetterConfig>
  • Method Details

    • arn

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

      Parameters:
      arn - The ARN of the SQS queue specified as the target for the dead-letter queue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.