public static final class CfnFlow.MarketoDestinationPropertiesProperty.Builder
extends java.lang.Object
CfnFlow.MarketoDestinationPropertiesProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnFlow.MarketoDestinationPropertiesProperty |
build()
Builds the configured instance.
|
CfnFlow.MarketoDestinationPropertiesProperty.Builder |
errorHandlingConfig(CfnFlow.ErrorHandlingConfigProperty errorHandlingConfig)
Sets the value of
CfnFlow.MarketoDestinationPropertiesProperty.getErrorHandlingConfig() |
CfnFlow.MarketoDestinationPropertiesProperty.Builder |
errorHandlingConfig(IResolvable errorHandlingConfig)
Sets the value of
CfnFlow.MarketoDestinationPropertiesProperty.getErrorHandlingConfig() |
CfnFlow.MarketoDestinationPropertiesProperty.Builder |
object(java.lang.String object)
Sets the value of
CfnFlow.MarketoDestinationPropertiesProperty.getObject() |
public CfnFlow.MarketoDestinationPropertiesProperty.Builder object(java.lang.String object)
CfnFlow.MarketoDestinationPropertiesProperty.getObject()
object
- The object specified in the Marketo flow destination. This parameter is required.this
public CfnFlow.MarketoDestinationPropertiesProperty.Builder errorHandlingConfig(IResolvable errorHandlingConfig)
CfnFlow.MarketoDestinationPropertiesProperty.getErrorHandlingConfig()
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. ErrorHandlingConfig
is a part of the destination connector details.this
public CfnFlow.MarketoDestinationPropertiesProperty.Builder errorHandlingConfig(CfnFlow.ErrorHandlingConfigProperty errorHandlingConfig)
CfnFlow.MarketoDestinationPropertiesProperty.getErrorHandlingConfig()
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. ErrorHandlingConfig
is a part of the destination connector details.this
public CfnFlow.MarketoDestinationPropertiesProperty build()
CfnFlow.MarketoDestinationPropertiesProperty
java.lang.NullPointerException
- if any required attribute was not provided