Class CfnDomainPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.customerprofiles.mixins.CfnDomainPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin>
- Enclosing class:
CfnDomainPropsMixin
@Stability(Stable)
public static final class CfnDomainPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin>
A fluent builder for
CfnDomainPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnDomainPropsMixin.Buildercreate()static CfnDomainPropsMixin.Buildercreate(CfnPropertyMixinOptions options) dataStore(IResolvable dataStore) Configuration and status of the data store for the domain.dataStore(CfnDomainPropsMixin.DataStoreProperty dataStore) Configuration and status of the data store for the domain.deadLetterQueueUrl(String deadLetterQueueUrl) The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.defaultEncryptionKey(String defaultEncryptionKey) The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified.defaultExpirationDays(Number defaultExpirationDays) The default number of days until the data within the domain expires.domainName(String domainName) The unique name of the domain.matching(IResolvable matching) The process of matching duplicate profiles.matching(CfnDomainPropsMixin.MatchingProperty matching) The process of matching duplicate profiles.ruleBasedMatching(IResolvable ruleBasedMatching) The process of matching duplicate profiles using Rule-Based matching.ruleBasedMatching(CfnDomainPropsMixin.RuleBasedMatchingProperty ruleBasedMatching) The process of matching duplicate profiles using Rule-Based matching.The tags used to organize, track, or control access for this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnDomainPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDomainPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDomainPropsMixin.Builder.
-
dataStore
Configuration and status of the data store for the domain.- Parameters:
dataStore- Configuration and status of the data store for the domain. This parameter is required.- Returns:
this- See Also:
-
dataStore
@Stability(Stable) public CfnDomainPropsMixin.Builder dataStore(CfnDomainPropsMixin.DataStoreProperty dataStore) Configuration and status of the data store for the domain.- Parameters:
dataStore- Configuration and status of the data store for the domain. This parameter is required.- Returns:
this- See Also:
-
deadLetterQueueUrl
The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.You must set up a policy on the
DeadLetterQueuefor theSendMessageoperation to enable Amazon Connect Customer Profiles to send messages to theDeadLetterQueue.- Parameters:
deadLetterQueueUrl- The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. This parameter is required.- Returns:
this- See Also:
-
defaultEncryptionKey
@Stability(Stable) public CfnDomainPropsMixin.Builder defaultEncryptionKey(String defaultEncryptionKey) The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified.It is used to encrypt all data before it is placed in permanent or semi-permanent storage.
- Parameters:
defaultEncryptionKey- The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. This parameter is required.- Returns:
this- See Also:
-
defaultExpirationDays
@Stability(Stable) public CfnDomainPropsMixin.Builder defaultExpirationDays(Number defaultExpirationDays) The default number of days until the data within the domain expires.- Parameters:
defaultExpirationDays- The default number of days until the data within the domain expires. This parameter is required.- Returns:
this- See Also:
-
domainName
The unique name of the domain.- Parameters:
domainName- The unique name of the domain. This parameter is required.- Returns:
this- See Also:
-
matching
The process of matching duplicate profiles.- Parameters:
matching- The process of matching duplicate profiles. This parameter is required.- Returns:
this- See Also:
-
matching
@Stability(Stable) public CfnDomainPropsMixin.Builder matching(CfnDomainPropsMixin.MatchingProperty matching) The process of matching duplicate profiles.- Parameters:
matching- The process of matching duplicate profiles. This parameter is required.- Returns:
this- See Also:
-
ruleBasedMatching
@Stability(Stable) public CfnDomainPropsMixin.Builder ruleBasedMatching(IResolvable ruleBasedMatching) The process of matching duplicate profiles using Rule-Based matching.- Parameters:
ruleBasedMatching- The process of matching duplicate profiles using Rule-Based matching. This parameter is required.- Returns:
this- See Also:
-
ruleBasedMatching
@Stability(Stable) public CfnDomainPropsMixin.Builder ruleBasedMatching(CfnDomainPropsMixin.RuleBasedMatchingProperty ruleBasedMatching) The process of matching duplicate profiles using Rule-Based matching.- Parameters:
ruleBasedMatching- The process of matching duplicate profiles using Rule-Based matching. This parameter is required.- Returns:
this- See Also:
-
tags
The tags used to organize, track, or control access for this resource.- Parameters:
tags- The tags used to organize, track, or control access for this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainPropsMixin>- Returns:
- a newly built instance of
CfnDomainPropsMixin.
-