Class CfnDomain.AutoMergingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.customerprofiles.CfnDomain.AutoMergingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.AutoMergingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.AutoMergingProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.AutoMergingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.AutoMergingProperty
An implementation for
CfnDomain.AutoMergingProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.customerprofiles.CfnDomain.AutoMergingProperty
CfnDomain.AutoMergingProperty.Builder, CfnDomain.AutoMergingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.AutoMergingProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectDetermines how the auto-merging process should resolve conflicts between different profiles.final ObjectA list of matching attributes that represent matching criteria.final ObjectThe flag that enables the auto-merging of duplicate profiles.final NumberA number between 0 and 1 that represents the minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.final inthashCode()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 theCfnDomain.AutoMergingProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnDomain.AutoMergingPropertyThe flag that enables the auto-merging of duplicate profiles.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnDomain.AutoMergingProperty- See Also:
-
getConflictResolution
Description copied from interface:CfnDomain.AutoMergingPropertyDetermines how the auto-merging process should resolve conflicts between different profiles.For example, if Profile A and Profile B have the same
FirstNameandLastName,ConflictResolutionspecifies whichEmailAddressshould be used.Returns union: either
IResolvableorCfnDomain.ConflictResolutionProperty- Specified by:
getConflictResolutionin interfaceCfnDomain.AutoMergingProperty- See Also:
-
getConsolidation
Description copied from interface:CfnDomain.AutoMergingPropertyA list of matching attributes that represent matching criteria.If two profiles meet at least one of the requirements in the matching attributes list, they will be merged.
Returns union: either
IResolvableorCfnDomain.ConsolidationProperty- Specified by:
getConsolidationin interfaceCfnDomain.AutoMergingProperty- See Also:
-
getMinAllowedConfidenceScoreForMerging
Description copied from interface:CfnDomain.AutoMergingPropertyA number between 0 and 1 that represents the minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.A higher score means that a higher similarity is required to merge profiles.
- Specified by:
getMinAllowedConfidenceScoreForMergingin interfaceCfnDomain.AutoMergingProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-