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 Details

    • 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.