Class CfnFlowPropsMixin.SAPODataPaginationConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.SAPODataPaginationConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.SAPODataPaginationConfigProperty>
- Enclosing interface:
CfnFlowPropsMixin.SAPODataPaginationConfigProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.SAPODataPaginationConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.SAPODataPaginationConfigProperty>
A builder for
CfnFlowPropsMixin.SAPODataPaginationConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.maxPageSize(Number maxPageSize) Sets the value ofCfnFlowPropsMixin.SAPODataPaginationConfigProperty.getMaxPageSize()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maxPageSize
@Stability(Stable) public CfnFlowPropsMixin.SAPODataPaginationConfigProperty.Builder maxPageSize(Number maxPageSize) Sets the value ofCfnFlowPropsMixin.SAPODataPaginationConfigProperty.getMaxPageSize()- 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:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.SAPODataPaginationConfigProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.SAPODataPaginationConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-