Class CfnFlow.SAPODataSourcePropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appflow.CfnFlow.SAPODataSourcePropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlow.SAPODataSourcePropertiesProperty>
- Enclosing interface:
CfnFlow.SAPODataSourcePropertiesProperty
@Stability(Stable)
public static final class CfnFlow.SAPODataSourcePropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlow.SAPODataSourcePropertiesProperty>
A builder for
CfnFlow.SAPODataSourcePropertiesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.objectPath(String objectPath) Sets the value ofCfnFlow.SAPODataSourcePropertiesProperty.getObjectPath()paginationConfig(IResolvable paginationConfig) Sets the value ofCfnFlow.SAPODataSourcePropertiesProperty.getPaginationConfig()paginationConfig(CfnFlow.SAPODataPaginationConfigProperty paginationConfig) Sets the value ofCfnFlow.SAPODataSourcePropertiesProperty.getPaginationConfig()parallelismConfig(IResolvable parallelismConfig) Sets the value ofCfnFlow.SAPODataSourcePropertiesProperty.getParallelismConfig()parallelismConfig(CfnFlow.SAPODataParallelismConfigProperty parallelismConfig) Sets the value ofCfnFlow.SAPODataSourcePropertiesProperty.getParallelismConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
objectPath
@Stability(Stable) public CfnFlow.SAPODataSourcePropertiesProperty.Builder objectPath(String objectPath) Sets the value ofCfnFlow.SAPODataSourcePropertiesProperty.getObjectPath()- Parameters:
objectPath- The object path specified in the SAPOData flow source. This parameter is required.- Returns:
this
-
paginationConfig
@Stability(Stable) public CfnFlow.SAPODataSourcePropertiesProperty.Builder paginationConfig(IResolvable paginationConfig) Sets the value ofCfnFlow.SAPODataSourcePropertiesProperty.getPaginationConfig()- Parameters:
paginationConfig- Sets the page size for each concurrent process that transfers OData records from your SAP instance.- Returns:
this
-
paginationConfig
@Stability(Stable) public CfnFlow.SAPODataSourcePropertiesProperty.Builder paginationConfig(CfnFlow.SAPODataPaginationConfigProperty paginationConfig) Sets the value ofCfnFlow.SAPODataSourcePropertiesProperty.getPaginationConfig()- Parameters:
paginationConfig- Sets the page size for each concurrent process that transfers OData records from your SAP instance.- Returns:
this
-
parallelismConfig
@Stability(Stable) public CfnFlow.SAPODataSourcePropertiesProperty.Builder parallelismConfig(IResolvable parallelismConfig) Sets the value ofCfnFlow.SAPODataSourcePropertiesProperty.getParallelismConfig()- Parameters:
parallelismConfig- Sets the number of concurrent processes that transfers OData records from your SAP instance.- Returns:
this
-
parallelismConfig
@Stability(Stable) public CfnFlow.SAPODataSourcePropertiesProperty.Builder parallelismConfig(CfnFlow.SAPODataParallelismConfigProperty parallelismConfig) Sets the value ofCfnFlow.SAPODataSourcePropertiesProperty.getParallelismConfig()- Parameters:
parallelismConfig- Sets the number of concurrent processes that transfers OData records from your SAP instance.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlow.SAPODataSourcePropertiesProperty>- Returns:
- a new instance of
CfnFlow.SAPODataSourcePropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-