@Generated(value="software.amazon.awssdk:codegen") public final class SAPODataPaginationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SAPODataPaginationConfig.Builder,SAPODataPaginationConfig>
Sets the page size for each concurrent process that transfers OData records from your SAP instance. A concurrent process is query that retrieves a batch of records as part of a flow run. Amazon AppFlow can run multiple concurrent processes in parallel to transfer data faster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SAPODataPaginationConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SAPODataPaginationConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxPageSize()
The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP
application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SAPODataPaginationConfig.Builder> |
serializableBuilderClass() |
SAPODataPaginationConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxPageSize()
The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application. For transfers of OData records, the maximum page size is 3,000. For transfers of data that comes from an ODP provider, the maximum page size is 10,000.
public SAPODataPaginationConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SAPODataPaginationConfig.Builder,SAPODataPaginationConfig>public static SAPODataPaginationConfig.Builder builder()
public static Class<? extends SAPODataPaginationConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.