public static interface GetDomainResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetDomainResponse.Builder,GetDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDomainResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the domain was created.
|
GetDomainResponse.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.
|
GetDomainResponse.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.
|
GetDomainResponse.Builder |
defaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
|
GetDomainResponse.Builder |
domainName(String domainName)
The unique name of the domain.
|
GetDomainResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
default GetDomainResponse.Builder |
matching(Consumer<MatchingResponse.Builder> matching)
The process of matching duplicate profiles.
|
GetDomainResponse.Builder |
matching(MatchingResponse matching)
The process of matching duplicate profiles.
|
default GetDomainResponse.Builder |
stats(Consumer<DomainStats.Builder> stats)
Usage-specific statistics about the domain.
|
GetDomainResponse.Builder |
stats(DomainStats stats)
Usage-specific statistics about the domain.
|
GetDomainResponse.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDomainResponse.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.GetDomainResponse.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.GetDomainResponse.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.GetDomainResponse.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.GetDomainResponse.Builder stats(DomainStats stats)
Usage-specific statistics about the domain.
stats - Usage-specific statistics about the domain.default GetDomainResponse.Builder stats(Consumer<DomainStats.Builder> stats)
Usage-specific statistics about the domain.
This is a convenience method that creates an instance of theDomainStats.Builder avoiding the need to
create one manually via DomainStats.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to stats(DomainStats).stats - a consumer that will call methods on DomainStats.Builderstats(DomainStats)GetDomainResponse.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 GetDomainResponse.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)GetDomainResponse.Builder createdAt(Instant createdAt)
The timestamp of when the domain was created.
createdAt - The timestamp of when the domain was created.GetDomainResponse.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.GetDomainResponse.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 © 2022. All rights reserved.