Interface SAPODataPaginationConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SAPODataPaginationConfig.Builder,SAPODataPaginationConfig>,SdkBuilder<SAPODataPaginationConfig.Builder,SAPODataPaginationConfig>,SdkPojo
- Enclosing class:
- SAPODataPaginationConfig
public static interface SAPODataPaginationConfig.Builder extends SdkPojo, CopyableBuilder<SAPODataPaginationConfig.Builder,SAPODataPaginationConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAPODataPaginationConfig.BuildermaxPageSize(Integer maxPageSize)The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.-
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
-
maxPageSize
SAPODataPaginationConfig.Builder maxPageSize(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
-