Class CfnFlow.MarketoDestinationPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appflow.CfnFlow.MarketoDestinationPropertiesProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnFlow.MarketoDestinationPropertiesProperty>
- Enclosing interface:
- CfnFlow.MarketoDestinationPropertiesProperty
@Stability(Stable)
public static final class CfnFlow.MarketoDestinationPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlow.MarketoDestinationPropertiesProperty>
A builder for 
CfnFlow.MarketoDestinationPropertiesProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.errorHandlingConfig(IResolvable errorHandlingConfig) Sets the value ofCfnFlow.MarketoDestinationPropertiesProperty.getErrorHandlingConfig()errorHandlingConfig(CfnFlow.ErrorHandlingConfigProperty errorHandlingConfig) Sets the value ofCfnFlow.MarketoDestinationPropertiesProperty.getErrorHandlingConfig()Sets the value ofCfnFlow.MarketoDestinationPropertiesProperty.getObject()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
object@Stability(Stable) public CfnFlow.MarketoDestinationPropertiesProperty.Builder object(String object) Sets the value ofCfnFlow.MarketoDestinationPropertiesProperty.getObject()- Parameters:
- object- The object specified in the Marketo flow destination. This parameter is required.
- Returns:
- this
 
- 
errorHandlingConfig@Stability(Stable) public CfnFlow.MarketoDestinationPropertiesProperty.Builder errorHandlingConfig(IResolvable errorHandlingConfig) Sets the value ofCfnFlow.MarketoDestinationPropertiesProperty.getErrorHandlingConfig()- 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 CfnFlow.MarketoDestinationPropertiesProperty.Builder errorHandlingConfig(CfnFlow.ErrorHandlingConfigProperty errorHandlingConfig) Sets the value ofCfnFlow.MarketoDestinationPropertiesProperty.getErrorHandlingConfig()- 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
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnFlow.MarketoDestinationPropertiesProperty>
- Returns:
- a new instance of CfnFlow.MarketoDestinationPropertiesProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-