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