@Stability(value=Stable) public static final class CfnFlow.MarketoDestinationPropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.MarketoDestinationPropertiesProperty>
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(String object)
Sets the value of
CfnFlow.MarketoDestinationPropertiesProperty.getObject() |
@Stability(value=Stable) public CfnFlow.MarketoDestinationPropertiesProperty.Builder object(String object)
CfnFlow.MarketoDestinationPropertiesProperty.getObject()object - The object specified in the Marketo flow destination. This parameter is required.this@Stability(value=Stable) 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@Stability(value=Stable) 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@Stability(value=Stable) public CfnFlow.MarketoDestinationPropertiesProperty build()
build in interface software.amazon.jsii.Builder<CfnFlow.MarketoDestinationPropertiesProperty>CfnFlow.MarketoDestinationPropertiesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.