Class CfnMatchingWorkflow.MatchingConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.MatchingConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflow.MatchingConfigProperty>
- Enclosing interface:
CfnMatchingWorkflow.MatchingConfigProperty
@Stability(Stable)
public static final class CfnMatchingWorkflow.MatchingConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflow.MatchingConfigProperty>
A builder for
CfnMatchingWorkflow.MatchingConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.enableTransitiveMatching(Boolean enableTransitiveMatching) Sets the value ofCfnMatchingWorkflow.MatchingConfigProperty.getEnableTransitiveMatching()enableTransitiveMatching(IResolvable enableTransitiveMatching) Sets the value ofCfnMatchingWorkflow.MatchingConfigProperty.getEnableTransitiveMatching()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enableTransitiveMatching
@Stability(Stable) public CfnMatchingWorkflow.MatchingConfigProperty.Builder enableTransitiveMatching(Boolean enableTransitiveMatching) Sets the value ofCfnMatchingWorkflow.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 CfnMatchingWorkflow.MatchingConfigProperty.Builder enableTransitiveMatching(IResolvable enableTransitiveMatching) Sets the value ofCfnMatchingWorkflow.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<CfnMatchingWorkflow.MatchingConfigProperty>- Returns:
- a new instance of
CfnMatchingWorkflow.MatchingConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-