Interface OnFailureConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OnFailureConfiguration.Builder,,OnFailureConfiguration> SdkBuilder<OnFailureConfiguration.Builder,,OnFailureConfiguration> SdkPojo
- Enclosing class:
OnFailureConfiguration
@Mutable
@NotThreadSafe
public static interface OnFailureConfiguration.Builder
extends SdkPojo, CopyableBuilder<OnFailureConfiguration.Builder,OnFailureConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the destination that receives events that could not be delivered.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, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The ARN of the destination that receives events that could not be delivered. An Amazon SQS queue is the supported destination.
- Parameters:
arn- The ARN of the destination that receives events that could not be delivered. An Amazon SQS queue is the supported destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-