| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
CustomConnectorDestinationProperties |
CustomConnectorDestinationProperties.addCustomPropertiesEntry(String key,
String value)
Add a single CustomProperties entry
|
CustomConnectorDestinationProperties |
CustomConnectorDestinationProperties.clearCustomPropertiesEntries()
Removes all the entries added into CustomProperties.
|
CustomConnectorDestinationProperties |
CustomConnectorDestinationProperties.clone() |
CustomConnectorDestinationProperties |
DestinationConnectorProperties.getCustomConnector()
The properties that are required to query the custom Connector.
|
CustomConnectorDestinationProperties |
CustomConnectorDestinationProperties.withCustomProperties(Map<String,String> customProperties)
The custom properties that are specific to the connector when it's used as a destination in the flow.
|
CustomConnectorDestinationProperties |
CustomConnectorDestinationProperties.withEntityName(String entityName)
The entity specified in the custom connector as a destination in the flow.
|
CustomConnectorDestinationProperties |
CustomConnectorDestinationProperties.withErrorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as
destination.
|
CustomConnectorDestinationProperties |
CustomConnectorDestinationProperties.withIdFieldNames(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 |
CustomConnectorDestinationProperties.withIdFieldNames(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 |
CustomConnectorDestinationProperties.withWriteOperationType(String writeOperationType)
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
|
CustomConnectorDestinationProperties |
CustomConnectorDestinationProperties.withWriteOperationType(WriteOperationType writeOperationType)
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationConnectorProperties.setCustomConnector(CustomConnectorDestinationProperties customConnector)
The properties that are required to query the custom Connector.
|
DestinationConnectorProperties |
DestinationConnectorProperties.withCustomConnector(CustomConnectorDestinationProperties customConnector)
The properties that are required to query the custom Connector.
|
Copyright © 2023. All rights reserved.