public static interface CreateDomainRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<CreateDomainRequest.Builder,CreateDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDomainRequest.Builder |
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.
|
CreateDomainRequest.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.
|
CreateDomainRequest.Builder |
defaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
|
CreateDomainRequest.Builder |
domainName(String domainName)
The unique name of the domain.
|
default CreateDomainRequest.Builder |
matching(Consumer<MatchingRequest.Builder> matching)
The process of matching duplicate profiles.
|
CreateDomainRequest.Builder |
matching(MatchingRequest matching)
The process of matching duplicate profiles.
|
CreateDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateDomainRequest.Builder |
ruleBasedMatching(Consumer<RuleBasedMatchingRequest.Builder> ruleBasedMatching)
The process of matching duplicate profiles using the Rule-Based matching.
|
CreateDomainRequest.Builder |
ruleBasedMatching(RuleBasedMatchingRequest ruleBasedMatching)
The process of matching duplicate profiles using the Rule-Based matching.
|
CreateDomainRequest.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDomainRequest.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.CreateDomainRequest.Builder defaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
defaultExpirationDays - The default number of days until the data within the domain expires.CreateDomainRequest.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.
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.CreateDomainRequest.Builder 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. You must set up a policy on the DeadLetterQueue for the SendMessage operation to enable Amazon Connect Customer Profiles to send messages to the DeadLetterQueue.
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 DeadLetterQueue for the
SendMessage operation to enable Amazon Connect Customer Profiles to send messages to the
DeadLetterQueue.CreateDomainRequest.Builder matching(MatchingRequest matching)
The process of matching duplicate profiles. If Matching = true, Amazon Connect
Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date
and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect
duplicate profiles in your domains.
After the Identity Resolution Job completes, use the GetMatches
API to return and review the results. Or, if you have configured ExportingConfig in the
MatchingRequest, you can download the results from S3.
matching - The process of matching duplicate profiles. If Matching = true, Amazon
Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not
specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM
UTC to detect duplicate profiles in your domains.
After the Identity Resolution Job completes, use the GetMatches API to return and review the results. Or, if you have configured
ExportingConfig in the MatchingRequest, you can download the results from
S3.
default CreateDomainRequest.Builder matching(Consumer<MatchingRequest.Builder> matching)
The process of matching duplicate profiles. If Matching = true, Amazon Connect
Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date
and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect
duplicate profiles in your domains.
After the Identity Resolution Job completes, use the GetMatches
API to return and review the results. Or, if you have configured ExportingConfig in the
MatchingRequest, you can download the results from S3.
MatchingRequest.Builder avoiding the
need to create one manually via MatchingRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to matching(MatchingRequest).
matching - a consumer that will call methods on MatchingRequest.Buildermatching(MatchingRequest)CreateDomainRequest.Builder ruleBasedMatching(RuleBasedMatchingRequest ruleBasedMatching)
The process of matching duplicate profiles using the Rule-Based matching. If RuleBasedMatching =
true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your
configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches
and GetSimilarProfiles API to return and review the results. Also, if you have configured
ExportingConfig in the RuleBasedMatchingRequest, you can download the results from
S3.
ruleBasedMatching - The process of matching duplicate profiles using the Rule-Based matching. If
RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge
your profiles according to your configuration in the RuleBasedMatchingRequest. You can
use the ListRuleBasedMatches and GetSimilarProfiles API to return and review
the results. Also, if you have configured ExportingConfig in the
RuleBasedMatchingRequest, you can download the results from S3.default CreateDomainRequest.Builder ruleBasedMatching(Consumer<RuleBasedMatchingRequest.Builder> ruleBasedMatching)
The process of matching duplicate profiles using the Rule-Based matching. If RuleBasedMatching =
true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your
configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches
and GetSimilarProfiles API to return and review the results. Also, if you have configured
ExportingConfig in the RuleBasedMatchingRequest, you can download the results from
S3.
RuleBasedMatchingRequest.Builder
avoiding the need to create one manually via RuleBasedMatchingRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to ruleBasedMatching(RuleBasedMatchingRequest).
ruleBasedMatching - a consumer that will call methods on RuleBasedMatchingRequest.BuilderruleBasedMatching(RuleBasedMatchingRequest)CreateDomainRequest.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.CreateDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.