Interface MatchingConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MatchingConfig.Builder,,MatchingConfig> SdkBuilder<MatchingConfig.Builder,,MatchingConfig> SdkPojo
- Enclosing class:
MatchingConfig
@Mutable
@NotThreadSafe
public static interface MatchingConfig.Builder
extends SdkPojo, CopyableBuilder<MatchingConfig.Builder,MatchingConfig>
-
Method Summary
Modifier and TypeMethodDescriptionenableTransitiveMatching(Boolean enableTransitiveMatching) Enables transitive matching for the rule-based matching workflow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enableTransitiveMatching
Enables transitive matching for the rule-based matching workflow. When enabled, records that match through different rules are grouped together into the same match group.
- Parameters:
enableTransitiveMatching- Enables transitive matching for the rule-based matching workflow. When enabled, records that match through different rules are grouped together into the same match group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-