Class CfnEventSourceMapping.OnFailureProperty.Builder
java.lang.Object
software.amazon.awscdk.services.lambda.CfnEventSourceMapping.OnFailureProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEventSourceMapping.OnFailureProperty>
- Enclosing interface:
CfnEventSourceMapping.OnFailureProperty
@Stability(Stable)
public static final class CfnEventSourceMapping.OnFailureProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEventSourceMapping.OnFailureProperty>
A builder for
CfnEventSourceMapping.OnFailureProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destination(String destination) Sets the value ofCfnEventSourceMapping.OnFailureProperty.getDestination()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destination
@Stability(Stable) public CfnEventSourceMapping.OnFailureProperty.Builder destination(String destination) Sets the value ofCfnEventSourceMapping.OnFailureProperty.getDestination()- Parameters:
destination- The Amazon Resource Name (ARN) of the destination resource. To retain records of asynchronous invocations , you can configure an Amazon SNS topic, Amazon SQS queue, Lambda function, or Amazon EventBridge event bus as the destination.To retain records of failed invocations from Kinesis and DynamoDB event sources , you can configure an Amazon SNS topic or Amazon SQS queue as the destination.
To retain records of failed invocations from self-managed Kafka or Amazon MSK , you can configure an Amazon SNS topic, Amazon SQS queue, or Amazon S3 bucket as the destination.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEventSourceMapping.OnFailureProperty>- Returns:
- a new instance of
CfnEventSourceMapping.OnFailureProperty - Throws:
NullPointerException- if any required attribute was not provided
-