public static interface CustomConnectorDestinationProperties.Builder extends SdkPojo, CopyableBuilder<CustomConnectorDestinationProperties.Builder,CustomConnectorDestinationProperties>
| Modifier and Type | Method and Description |
|---|---|
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 |
entityName(String entityName)
The entity specified in the custom connector as a destination in the flow.
|
default 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 |
errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as
destination.
|
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 |
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 |
writeOperationType(String writeOperationType)
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
|
CustomConnectorDestinationProperties.Builder |
writeOperationType(WriteOperationType writeOperationType)
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomConnectorDestinationProperties.Builder entityName(String entityName)
The entity specified in the custom connector as a destination in the flow.
entityName - The entity specified in the custom connector as a destination in the flow.CustomConnectorDestinationProperties.Builder errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.
errorHandlingConfig - The settings that determine how Amazon AppFlow handles an error when placing data in the custom
connector as destination.default 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.
This is a convenience method that creates an instance of theErrorHandlingConfig.Builder avoiding the
need to create one manually via ErrorHandlingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to errorHandlingConfig(ErrorHandlingConfig).
errorHandlingConfig - a consumer that will call methods on ErrorHandlingConfig.BuildererrorHandlingConfig(ErrorHandlingConfig)CustomConnectorDestinationProperties.Builder writeOperationType(String writeOperationType)
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
writeOperationType - Specifies the type of write operation to be performed in the custom connector when it's used as
destination.WriteOperationType,
WriteOperationTypeCustomConnectorDestinationProperties.Builder writeOperationType(WriteOperationType writeOperationType)
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
writeOperationType - Specifies the type of write operation to be performed in the custom connector when it's used as
destination.WriteOperationType,
WriteOperationTypeCustomConnectorDestinationProperties.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.
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 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.
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 customProperties(Map<String,String> customProperties)
The custom properties that are specific to the connector when it's used as a destination in the flow.
customProperties - The custom properties that are specific to the connector when it's used as a destination in the flow.Copyright © 2022. All rights reserved.