Class CfnIntegrationPropsMixin.IncrementalPullConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnIntegrationPropsMixin.IncrementalPullConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegrationPropsMixin.IncrementalPullConfigProperty>
- Enclosing interface:
CfnIntegrationPropsMixin.IncrementalPullConfigProperty
@Stability(Stable)
public static final class CfnIntegrationPropsMixin.IncrementalPullConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegrationPropsMixin.IncrementalPullConfigProperty>
A builder for
CfnIntegrationPropsMixin.IncrementalPullConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.datetimeTypeFieldName(String datetimeTypeFieldName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
datetimeTypeFieldName
@Stability(Stable) public CfnIntegrationPropsMixin.IncrementalPullConfigProperty.Builder datetimeTypeFieldName(String datetimeTypeFieldName) - 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:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntegrationPropsMixin.IncrementalPullConfigProperty>- Returns:
- a new instance of
CfnIntegrationPropsMixin.IncrementalPullConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-