Class CfnMatchingWorkflow.RuleConditionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.RuleConditionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMatchingWorkflow.RuleConditionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMatchingWorkflow.RuleConditionProperty
@Stability(Stable)
@Internal
public static final class CfnMatchingWorkflow.RuleConditionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMatchingWorkflow.RuleConditionProperty
An implementation for
CfnMatchingWorkflow.RuleConditionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.RuleConditionProperty
CfnMatchingWorkflow.RuleConditionProperty.Builder, CfnMatchingWorkflow.RuleConditionProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMatchingWorkflow.RuleConditionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnMatchingWorkflow.RuleConditionProperty.Builder
.
-
-
Method Details
-
getCondition
Description copied from interface:CfnMatchingWorkflow.RuleConditionProperty
A statement that specifies the conditions for a matching rule.If your data is accurate, use an Exact matching function:
Exact
orExactManyToMany
.If your data has variations in spelling or pronunciation, use a Fuzzy matching function:
Cosine
,Levenshtein
, orSoundex
.Use operators if you want to combine (
AND
), separate (OR
), or group matching functions(...)
.For example:
(Cosine(a, 10) AND Exact(b, true)) OR ExactManyToMany(c, d)
- Specified by:
getCondition
in interfaceCfnMatchingWorkflow.RuleConditionProperty
- See Also:
-
getRuleName
Description copied from interface:CfnMatchingWorkflow.RuleConditionProperty
A name for the matching rule.For example:
Rule1
- Specified by:
getRuleName
in interfaceCfnMatchingWorkflow.RuleConditionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-