Interface DataTransferApi.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataTransferApi.Builder,DataTransferApi>,SdkBuilder<DataTransferApi.Builder,DataTransferApi>,SdkPojo
- Enclosing class:
- DataTransferApi
public static interface DataTransferApi.Builder extends SdkPojo, CopyableBuilder<DataTransferApi.Builder,DataTransferApi>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataTransferApi.Buildername(String name)The name of the connector application API.DataTransferApi.Buildertype(String type)You can specify one of the following types:DataTransferApi.Buildertype(DataTransferApiType type)You can specify one of the following types:-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
DataTransferApi.Builder name(String name)
The name of the connector application API.
- Parameters:
name- The name of the connector application API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
DataTransferApi.Builder type(String type)
You can specify one of the following types:
- AUTOMATIC
-
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.
- SYNC
-
A synchronous API. This type of API optimizes a flow for small to medium-sized datasets.
- ASYNC
-
An asynchronous API. This type of API optimizes a flow for large datasets.
- Parameters:
type- You can specify one of the following types:- AUTOMATIC
-
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.
- SYNC
-
A synchronous API. This type of API optimizes a flow for small to medium-sized datasets.
- ASYNC
-
An asynchronous API. This type of API optimizes a flow for large datasets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataTransferApiType,DataTransferApiType
-
type
DataTransferApi.Builder type(DataTransferApiType type)
You can specify one of the following types:
- AUTOMATIC
-
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.
- SYNC
-
A synchronous API. This type of API optimizes a flow for small to medium-sized datasets.
- ASYNC
-
An asynchronous API. This type of API optimizes a flow for large datasets.
- Parameters:
type- You can specify one of the following types:- AUTOMATIC
-
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.
- SYNC
-
A synchronous API. This type of API optimizes a flow for small to medium-sized datasets.
- ASYNC
-
An asynchronous API. This type of API optimizes a flow for large datasets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataTransferApiType,DataTransferApiType
-
-