Interface CfnFlow.SAPODataPaginationConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlow.SAPODataPaginationConfigProperty.Jsii$Proxy
- Enclosing class:
CfnFlow
@Stability(Stable)
public static interface CfnFlow.SAPODataPaginationConfigProperty
extends software.amazon.jsii.JsiiSerializable
SAP Source connector page size.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appflow.*;
SAPODataPaginationConfigProperty sAPODataPaginationConfigProperty = SAPODataPaginationConfigProperty.builder()
.maxPageSize(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlow.SAPODataPaginationConfigPropertystatic final classAn implementation forCfnFlow.SAPODataPaginationConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxPageSize
- See Also:
-
builder
-