public static interface CreateDomainResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<CreateDomainResponse.Builder,CreateDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateDomainResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the domain was created.
|
CreateDomainResponse.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.
|
CreateDomainResponse.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.
|
CreateDomainResponse.Builder |
defaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
|
CreateDomainResponse.Builder |
domainName(String domainName)
The unique name of the domain.
|
CreateDomainResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
default CreateDomainResponse.Builder |
matching(Consumer<MatchingResponse.Builder> matching)
The process of matching duplicate profiles.
|
CreateDomainResponse.Builder |
matching(MatchingResponse matching)
The process of matching duplicate profiles.
|
CreateDomainResponse.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDomainResponse.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.CreateDomainResponse.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.CreateDomainResponse.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.CreateDomainResponse.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.CreateDomainResponse.Builder matching(MatchingResponse matching)
The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process every Saturday at 12AM UTC to detect duplicate profiles in your domains. After that batch process completes, use the GetMatches API to return and review the results.
matching - The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles
starts a weekly batch process every Saturday at 12AM UTC to detect duplicate profiles in your domains.
After that batch process completes, use the GetMatches API to return and review the results.default CreateDomainResponse.Builder matching(Consumer<MatchingResponse.Builder> matching)
The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process every Saturday at 12AM UTC to detect duplicate profiles in your domains. After that batch process completes, use the GetMatches API to return and review the results.
This is a convenience that creates an instance of theMatchingResponse.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)CreateDomainResponse.Builder createdAt(Instant createdAt)
The timestamp of when the domain was created.
createdAt - The timestamp of when the domain was created.CreateDomainResponse.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.CreateDomainResponse.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 © 2021. All rights reserved.