Class CfnMatchingWorkflowPropsMixin.MatchingConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnMatchingWorkflowPropsMixin.MatchingConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.MatchingConfigProperty>
- Enclosing interface:
CfnMatchingWorkflowPropsMixin.MatchingConfigProperty
@Stability(Stable)
public static final class CfnMatchingWorkflowPropsMixin.MatchingConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.MatchingConfigProperty>
A builder for
CfnMatchingWorkflowPropsMixin.MatchingConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.enableTransitiveMatching(Boolean enableTransitiveMatching) enableTransitiveMatching(IResolvable enableTransitiveMatching)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enableTransitiveMatching
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.MatchingConfigProperty.Builder enableTransitiveMatching(Boolean enableTransitiveMatching) Sets the value ofCfnMatchingWorkflowPropsMixin.MatchingConfigProperty.getEnableTransitiveMatching()- Parameters:
enableTransitiveMatching- Enables transitive matching to process records across all rule levels and connect unmatched records to existing match groups.- Returns:
this
-
enableTransitiveMatching
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.MatchingConfigProperty.Builder enableTransitiveMatching(IResolvable enableTransitiveMatching) Sets the value ofCfnMatchingWorkflowPropsMixin.MatchingConfigProperty.getEnableTransitiveMatching()- Parameters:
enableTransitiveMatching- Enables transitive matching to process records across all rule levels and connect unmatched records to existing match groups.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.MatchingConfigProperty>- Returns:
- a new instance of
CfnMatchingWorkflowPropsMixin.MatchingConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-