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