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
-
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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnEventSourceMapping.OnFailureProperty>
- Returns:
- a new instance of
CfnEventSourceMapping.OnFailureProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-