public static interface DataTransferApi.Builder extends SdkPojo, CopyableBuilder<DataTransferApi.Builder,DataTransferApi>
| Modifier and Type | Method and Description |
|---|---|
DataTransferApi.Builder |
name(String name)
The name of the connector application API.
|
DataTransferApi.Builder |
type(DataTransferApiType type)
You can specify one of the following types:
|
DataTransferApi.Builder |
type(String type)
You can specify one of the following types:
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataTransferApi.Builder name(String name)
The name of the connector application API.
name - The name of the connector application API.DataTransferApi.Builder type(String type)
You can specify one of the following types:
The default. Optimizes a flow for datasets that fluctuate in size from small to large. For each flow run, Amazon AppFlow chooses to use the SYNC or ASYNC API type based on the amount of data that the run transfers.
A synchronous API. This type of API optimizes a flow for small to medium-sized datasets.
An asynchronous API. This type of API optimizes a flow for large datasets.
type - You can specify one of the following types:
The default. Optimizes a flow for datasets that fluctuate in size from small to large. For each flow run, Amazon AppFlow chooses to use the SYNC or ASYNC API type based on the amount of data that the run transfers.
A synchronous API. This type of API optimizes a flow for small to medium-sized datasets.
An asynchronous API. This type of API optimizes a flow for large datasets.
DataTransferApiType,
DataTransferApiTypeDataTransferApi.Builder type(DataTransferApiType type)
You can specify one of the following types:
The default. Optimizes a flow for datasets that fluctuate in size from small to large. For each flow run, Amazon AppFlow chooses to use the SYNC or ASYNC API type based on the amount of data that the run transfers.
A synchronous API. This type of API optimizes a flow for small to medium-sized datasets.
An asynchronous API. This type of API optimizes a flow for large datasets.
type - You can specify one of the following types:
The default. Optimizes a flow for datasets that fluctuate in size from small to large. For each flow run, Amazon AppFlow chooses to use the SYNC or ASYNC API type based on the amount of data that the run transfers.
A synchronous API. This type of API optimizes a flow for small to medium-sized datasets.
An asynchronous API. This type of API optimizes a flow for large datasets.
DataTransferApiType,
DataTransferApiTypeCopyright © 2023. All rights reserved.