#[non_exhaustive]pub struct SapoDataPaginationConfigBuilder { /* private fields */ }Expand description
A builder for SapoDataPaginationConfig.
Implementations§
source§impl SapoDataPaginationConfigBuilder
impl SapoDataPaginationConfigBuilder
sourcepub fn max_page_size(self, input: i32) -> Self
pub fn max_page_size(self, input: i32) -> Self
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.
sourcepub fn set_max_page_size(self, input: Option<i32>) -> Self
pub fn set_max_page_size(self, input: Option<i32>) -> Self
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.
sourcepub fn get_max_page_size(&self) -> &Option<i32>
pub fn get_max_page_size(&self) -> &Option<i32>
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.
sourcepub fn build(self) -> SapoDataPaginationConfig
pub fn build(self) -> SapoDataPaginationConfig
Consumes the builder and constructs a SapoDataPaginationConfig.
Trait Implementations§
source§impl Clone for SapoDataPaginationConfigBuilder
impl Clone for SapoDataPaginationConfigBuilder
source§fn clone(&self) -> SapoDataPaginationConfigBuilder
fn clone(&self) -> SapoDataPaginationConfigBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for SapoDataPaginationConfigBuilder
impl Default for SapoDataPaginationConfigBuilder
source§fn default() -> SapoDataPaginationConfigBuilder
fn default() -> SapoDataPaginationConfigBuilder
source§impl PartialEq<SapoDataPaginationConfigBuilder> for SapoDataPaginationConfigBuilder
impl PartialEq<SapoDataPaginationConfigBuilder> for SapoDataPaginationConfigBuilder
source§fn eq(&self, other: &SapoDataPaginationConfigBuilder) -> bool
fn eq(&self, other: &SapoDataPaginationConfigBuilder) -> bool
self and other values to be equal, and is used
by ==.