Class CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty>
- Enclosing interface:
CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.errorHandlingConfig(CfnFlowPropsMixin.ErrorHandlingConfigProperty errorHandlingConfig) errorHandlingConfig(IResolvable errorHandlingConfig) Sets the value ofCfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty.getObject()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
errorHandlingConfig
@Stability(Stable) public CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty.Builder errorHandlingConfig(IResolvable errorHandlingConfig) Sets the value ofCfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty.getErrorHandlingConfig()- Parameters:
errorHandlingConfig- The object specified in the Amplitude flow source.- Returns:
this
-
errorHandlingConfig
@Stability(Stable) public CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty.Builder errorHandlingConfig(CfnFlowPropsMixin.ErrorHandlingConfigProperty errorHandlingConfig) Sets the value ofCfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty.getErrorHandlingConfig()- Parameters:
errorHandlingConfig- The object specified in the Amplitude flow source.- Returns:
this
-
object
@Stability(Stable) public CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty.Builder object(String object) Sets the value ofCfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty.getObject()- Parameters:
object- The object specified in the Amazon EventBridge flow destination.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-