Class CfnFunctionPropsMixin.EventInvokeDestinationConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sam.CfnFunctionPropsMixin.EventInvokeDestinationConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFunctionPropsMixin.EventInvokeDestinationConfigProperty>
- Enclosing interface:
CfnFunctionPropsMixin.EventInvokeDestinationConfigProperty
@Stability(Stable)
public static final class CfnFunctionPropsMixin.EventInvokeDestinationConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFunctionPropsMixin.EventInvokeDestinationConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.onFailure(IResolvable onFailure) onSuccess(IResolvable onSuccess)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
onFailure
@Stability(Stable) public CfnFunctionPropsMixin.EventInvokeDestinationConfigProperty.Builder onFailure(IResolvable onFailure) - Parameters:
onFailure- the value to be set.- Returns:
this
-
onFailure
@Stability(Stable) public CfnFunctionPropsMixin.EventInvokeDestinationConfigProperty.Builder onFailure(CfnFunctionPropsMixin.DestinationProperty onFailure) - Parameters:
onFailure- the value to be set.- Returns:
this
-
onSuccess
@Stability(Stable) public CfnFunctionPropsMixin.EventInvokeDestinationConfigProperty.Builder onSuccess(IResolvable onSuccess) - Parameters:
onSuccess- the value to be set.- Returns:
this
-
onSuccess
@Stability(Stable) public CfnFunctionPropsMixin.EventInvokeDestinationConfigProperty.Builder onSuccess(CfnFunctionPropsMixin.DestinationProperty onSuccess) - Parameters:
onSuccess- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFunctionPropsMixin.EventInvokeDestinationConfigProperty>- Returns:
- a new instance of
CfnFunctionPropsMixin.EventInvokeDestinationConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-