Class CfnMatchingWorkflowPropsMixin.IncrementalRunConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.entityresolution.mixins.CfnMatchingWorkflowPropsMixin.IncrementalRunConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.IncrementalRunConfigProperty>
- Enclosing interface:
CfnMatchingWorkflowPropsMixin.IncrementalRunConfigProperty
@Stability(Stable)
public static final class CfnMatchingWorkflowPropsMixin.IncrementalRunConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.IncrementalRunConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.incrementalRunType(String incrementalRunType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
incrementalRunType
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.IncrementalRunConfigProperty.Builder incrementalRunType(String incrementalRunType) Sets the value ofCfnMatchingWorkflowPropsMixin.IncrementalRunConfigProperty.getIncrementalRunType()- Parameters:
incrementalRunType- The type of incremental run. The only valid value isIMMEDIATE. This appears as "Automatic" in the console.For workflows where
resolutionTypeisML_MATCHINGorPROVIDER, incremental processing is not supported.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.IncrementalRunConfigProperty>- Returns:
- a new instance of
CfnMatchingWorkflowPropsMixin.IncrementalRunConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-