Class SAPODataPaginationConfig
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.SAPODataPaginationConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SAPODataPaginationConfig.Builder,SAPODataPaginationConfig>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSAPODataPaginationConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SAPODataPaginationConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxPageSize()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maxPageSize
public 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.
- Returns:
- 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.
-
toBuilder
public SAPODataPaginationConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SAPODataPaginationConfig.Builder,SAPODataPaginationConfig>
-
builder
public static SAPODataPaginationConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends SAPODataPaginationConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-