static CustomConnectorDestinationProperties.Builder |
CustomConnectorDestinationProperties.builder() |
|
CustomConnectorDestinationProperties.Builder |
CustomConnectorDestinationProperties.Builder.customProperties(Map<String,String> customProperties) |
The custom properties that are specific to the connector when it's used as a destination in the flow.
|
CustomConnectorDestinationProperties.Builder |
CustomConnectorDestinationProperties.Builder.entityName(String entityName) |
The entity specified in the custom connector as a destination in the flow.
|
default CustomConnectorDestinationProperties.Builder |
CustomConnectorDestinationProperties.Builder.errorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig) |
The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as
destination.
|
CustomConnectorDestinationProperties.Builder |
CustomConnectorDestinationProperties.Builder.errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig) |
The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as
destination.
|
CustomConnectorDestinationProperties.Builder |
CustomConnectorDestinationProperties.Builder.idFieldNames(String... idFieldNames) |
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update,
delete, or upsert.
|
CustomConnectorDestinationProperties.Builder |
CustomConnectorDestinationProperties.Builder.idFieldNames(Collection<String> idFieldNames) |
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update,
delete, or upsert.
|
CustomConnectorDestinationProperties.Builder |
CustomConnectorDestinationProperties.toBuilder() |
|
CustomConnectorDestinationProperties.Builder |
CustomConnectorDestinationProperties.Builder.writeOperationType(String writeOperationType) |
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
|
CustomConnectorDestinationProperties.Builder |
CustomConnectorDestinationProperties.Builder.writeOperationType(WriteOperationType writeOperationType) |
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
|