Class CfnFlowPropsMixin.MarketoDestinationPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.MarketoDestinationPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.MarketoDestinationPropertiesProperty>
- Enclosing interface:
CfnFlowPropsMixin.MarketoDestinationPropertiesProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.MarketoDestinationPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.MarketoDestinationPropertiesProperty>
A builder for
CfnFlowPropsMixin.MarketoDestinationPropertiesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.errorHandlingConfig(CfnFlowPropsMixin.ErrorHandlingConfigProperty errorHandlingConfig) errorHandlingConfig(IResolvable errorHandlingConfig) Sets the value ofCfnFlowPropsMixin.MarketoDestinationPropertiesProperty.getObject()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
errorHandlingConfig
@Stability(Stable) public CfnFlowPropsMixin.MarketoDestinationPropertiesProperty.Builder errorHandlingConfig(IResolvable errorHandlingConfig) - Parameters:
errorHandlingConfig- The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure.ErrorHandlingConfigis a part of the destination connector details.- Returns:
this
-
errorHandlingConfig
@Stability(Stable) public CfnFlowPropsMixin.MarketoDestinationPropertiesProperty.Builder errorHandlingConfig(CfnFlowPropsMixin.ErrorHandlingConfigProperty errorHandlingConfig) - Parameters:
errorHandlingConfig- The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure.ErrorHandlingConfigis a part of the destination connector details.- Returns:
this
-
object
@Stability(Stable) public CfnFlowPropsMixin.MarketoDestinationPropertiesProperty.Builder object(String object) Sets the value ofCfnFlowPropsMixin.MarketoDestinationPropertiesProperty.getObject()- Parameters:
object- The object specified in the Marketo flow destination.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.MarketoDestinationPropertiesProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.MarketoDestinationPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-