Class CfnMatchingWorkflow.ResolutionTechniquesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.ResolutionTechniquesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflow.ResolutionTechniquesProperty>
- Enclosing interface:
CfnMatchingWorkflow.ResolutionTechniquesProperty
@Stability(Stable)
public static final class CfnMatchingWorkflow.ResolutionTechniquesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflow.ResolutionTechniquesProperty>
A builder for
CfnMatchingWorkflow.ResolutionTechniquesProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.providerProperties
(IResolvable providerProperties) Sets the value ofCfnMatchingWorkflow.ResolutionTechniquesProperty.getProviderProperties()
providerProperties
(CfnMatchingWorkflow.ProviderPropertiesProperty providerProperties) Sets the value ofCfnMatchingWorkflow.ResolutionTechniquesProperty.getProviderProperties()
resolutionType
(String resolutionType) Sets the value ofCfnMatchingWorkflow.ResolutionTechniquesProperty.getResolutionType()
ruleBasedProperties
(IResolvable ruleBasedProperties) ruleBasedProperties
(CfnMatchingWorkflow.RuleBasedPropertiesProperty ruleBasedProperties) ruleConditionProperties
(IResolvable ruleConditionProperties) ruleConditionProperties
(CfnMatchingWorkflow.RuleConditionPropertiesProperty ruleConditionProperties)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
providerProperties
@Stability(Stable) public CfnMatchingWorkflow.ResolutionTechniquesProperty.Builder providerProperties(IResolvable providerProperties) Sets the value ofCfnMatchingWorkflow.ResolutionTechniquesProperty.getProviderProperties()
- Parameters:
providerProperties
- The properties of the provider service.- Returns:
this
-
providerProperties
@Stability(Stable) public CfnMatchingWorkflow.ResolutionTechniquesProperty.Builder providerProperties(CfnMatchingWorkflow.ProviderPropertiesProperty providerProperties) Sets the value ofCfnMatchingWorkflow.ResolutionTechniquesProperty.getProviderProperties()
- Parameters:
providerProperties
- The properties of the provider service.- Returns:
this
-
resolutionType
@Stability(Stable) public CfnMatchingWorkflow.ResolutionTechniquesProperty.Builder resolutionType(String resolutionType) Sets the value ofCfnMatchingWorkflow.ResolutionTechniquesProperty.getResolutionType()
- Parameters:
resolutionType
- The type of matching workflow to create. Specify one of the following types:.RULE_MATCHING
: Match records using configurable rule-based criteriaML_MATCHING
: Match records using machine learning modelsPROVIDER
: Match records using a third-party matching provider
- Returns:
this
-
ruleBasedProperties
@Stability(Stable) public CfnMatchingWorkflow.ResolutionTechniquesProperty.Builder ruleBasedProperties(IResolvable ruleBasedProperties) - Parameters:
ruleBasedProperties
- An object which defines the list of matching rules to run and has a fieldrules
, which is a list of rule objects.- Returns:
this
-
ruleBasedProperties
@Stability(Stable) public CfnMatchingWorkflow.ResolutionTechniquesProperty.Builder ruleBasedProperties(CfnMatchingWorkflow.RuleBasedPropertiesProperty ruleBasedProperties) - Parameters:
ruleBasedProperties
- An object which defines the list of matching rules to run and has a fieldrules
, which is a list of rule objects.- Returns:
this
-
ruleConditionProperties
@Stability(Stable) public CfnMatchingWorkflow.ResolutionTechniquesProperty.Builder ruleConditionProperties(IResolvable ruleConditionProperties) - Parameters:
ruleConditionProperties
- An object containing therules
for a matching workflow.- Returns:
this
-
ruleConditionProperties
@Stability(Stable) public CfnMatchingWorkflow.ResolutionTechniquesProperty.Builder ruleConditionProperties(CfnMatchingWorkflow.RuleConditionPropertiesProperty ruleConditionProperties) - Parameters:
ruleConditionProperties
- An object containing therules
for a matching workflow.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflow.ResolutionTechniquesProperty>
- Returns:
- a new instance of
CfnMatchingWorkflow.ResolutionTechniquesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-