Interface AwsLambdaFunctionDeadLetterConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsLambdaFunctionDeadLetterConfig.Builder,,AwsLambdaFunctionDeadLetterConfig> SdkBuilder<AwsLambdaFunctionDeadLetterConfig.Builder,,AwsLambdaFunctionDeadLetterConfig> SdkPojo
- Enclosing class:
 AwsLambdaFunctionDeadLetterConfig
public static interface AwsLambdaFunctionDeadLetterConfig.Builder
extends SdkPojo, CopyableBuilder<AwsLambdaFunctionDeadLetterConfig.Builder,AwsLambdaFunctionDeadLetterConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of an SQS queue or SNS topic.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
targetArn
The ARN of an SQS queue or SNS topic.
- Parameters:
 targetArn- The ARN of an SQS queue or SNS topic.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -