@Generated(value="software.amazon.awssdk:codegen") public final class DataTransferApi extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataTransferApi.Builder,DataTransferApi>
The API of the connector application that Amazon AppFlow uses to transfer your data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataTransferApi.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataTransferApi.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the connector application API.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataTransferApi.Builder> |
serializableBuilderClass() |
DataTransferApi.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DataTransferApiType |
type()
You can specify one of the following types:
|
String |
typeAsString()
You can specify one of the following types:
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the connector application API.
public final 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.
If the service returns an enum value that is not available in the current SDK version, type will return
DataTransferApiType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
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.
DataTransferApiTypepublic final String typeAsString()
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.
If the service returns an enum value that is not available in the current SDK version, type will return
DataTransferApiType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
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.
DataTransferApiTypepublic DataTransferApi.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataTransferApi.Builder,DataTransferApi>public static DataTransferApi.Builder builder()
public static Class<? extends DataTransferApi.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.