public static interface CustomConnectorSourceProperties.Builder extends SdkPojo, CopyableBuilder<CustomConnectorSourceProperties.Builder,CustomConnectorSourceProperties>
| Modifier and Type | Method and Description |
|---|---|
CustomConnectorSourceProperties.Builder |
customProperties(Map<String,String> customProperties)
Custom properties that are required to use the custom connector as a source.
|
default CustomConnectorSourceProperties.Builder |
dataTransferApi(Consumer<DataTransferApi.Builder> dataTransferApi)
The API of the connector application that Amazon AppFlow uses to transfer your data.
|
CustomConnectorSourceProperties.Builder |
dataTransferApi(DataTransferApi dataTransferApi)
The API of the connector application that Amazon AppFlow uses to transfer your data.
|
CustomConnectorSourceProperties.Builder |
entityName(String entityName)
The entity specified in the custom connector as a source in the flow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomConnectorSourceProperties.Builder entityName(String entityName)
The entity specified in the custom connector as a source in the flow.
entityName - The entity specified in the custom connector as a source in the flow.CustomConnectorSourceProperties.Builder customProperties(Map<String,String> customProperties)
Custom properties that are required to use the custom connector as a source.
customProperties - Custom properties that are required to use the custom connector as a source.CustomConnectorSourceProperties.Builder dataTransferApi(DataTransferApi dataTransferApi)
The API of the connector application that Amazon AppFlow uses to transfer your data.
dataTransferApi - The API of the connector application that Amazon AppFlow uses to transfer your data.default CustomConnectorSourceProperties.Builder dataTransferApi(Consumer<DataTransferApi.Builder> dataTransferApi)
The API of the connector application that Amazon AppFlow uses to transfer your data.
This is a convenience method that creates an instance of theDataTransferApi.Builder avoiding the
need to create one manually via DataTransferApi.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataTransferApi(DataTransferApi).
dataTransferApi - a consumer that will call methods on DataTransferApi.BuilderdataTransferApi(DataTransferApi)Copyright © 2023. All rights reserved.