public static interface UpdateDomainResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<UpdateDomainResponse.Builder,UpdateDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the domain was created.
|
UpdateDomainResponse.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.
|
UpdateDomainResponse.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.
|
UpdateDomainResponse.Builder |
defaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
|
UpdateDomainResponse.Builder |
domainName(String domainName)
The unique name of the domain.
|
UpdateDomainResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
default UpdateDomainResponse.Builder |
matching(Consumer<MatchingResponse.Builder> matching)
The process of matching duplicate profiles.
|
UpdateDomainResponse.Builder |
matching(MatchingResponse matching)
The process of matching duplicate profiles.
|
default UpdateDomainResponse.Builder |
ruleBasedMatching(Consumer<RuleBasedMatchingResponse.Builder> ruleBasedMatching)
The process of matching duplicate profiles using the rule-Based matching.
|
UpdateDomainResponse.Builder |
ruleBasedMatching(RuleBasedMatchingResponse ruleBasedMatching)
The process of matching duplicate profiles using the rule-Based matching.
|
UpdateDomainResponse.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDomainResponse.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.UpdateDomainResponse.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.UpdateDomainResponse.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.UpdateDomainResponse.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.
deadLetterQueueUrl - The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting
data from third party applications.UpdateDomainResponse.Builder matching(MatchingResponse 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 UpdateDomainResponse.Builder matching(Consumer<MatchingResponse.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.
MatchingResponse.Builder avoiding the
need to create one manually via MatchingResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to matching(MatchingResponse).
matching - a consumer that will call methods on MatchingResponse.Buildermatching(MatchingResponse)UpdateDomainResponse.Builder ruleBasedMatching(RuleBasedMatchingResponse 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 UpdateDomainResponse.Builder ruleBasedMatching(Consumer<RuleBasedMatchingResponse.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.
RuleBasedMatchingResponse.Builder
avoiding the need to create one manually via RuleBasedMatchingResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to ruleBasedMatching(RuleBasedMatchingResponse).
ruleBasedMatching - a consumer that will call methods on RuleBasedMatchingResponse.BuilderruleBasedMatching(RuleBasedMatchingResponse)UpdateDomainResponse.Builder createdAt(Instant createdAt)
The timestamp of when the domain was created.
createdAt - The timestamp of when the domain was created.UpdateDomainResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
lastUpdatedAt - The timestamp of when the domain was most recently edited.UpdateDomainResponse.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.Copyright © 2023. All rights reserved.