Class CfnFlow.IncrementalPullConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appflow.CfnFlow.IncrementalPullConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlow.IncrementalPullConfigProperty>
- Enclosing interface:
- CfnFlow.IncrementalPullConfigProperty
@Stability(Stable)
public static final class CfnFlow.IncrementalPullConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlow.IncrementalPullConfigProperty>
A builder for
CfnFlow.IncrementalPullConfigProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.datetimeTypeFieldName
(String datetimeTypeFieldName) Sets the value ofCfnFlow.IncrementalPullConfigProperty.getDatetimeTypeFieldName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
datetimeTypeFieldName
@Stability(Stable) public CfnFlow.IncrementalPullConfigProperty.Builder datetimeTypeFieldName(String datetimeTypeFieldName) Sets the value ofCfnFlow.IncrementalPullConfigProperty.getDatetimeTypeFieldName()
- Parameters:
datetimeTypeFieldName
- A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnFlow.IncrementalPullConfigProperty>
- Returns:
- a new instance of
CfnFlow.IncrementalPullConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-