| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateDomainResponse.Builder |
CreateDomainResponse.builder() |
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.createdAt(Instant createdAt)
The timestamp of when the domain was created.
|
CreateDomainResponse.Builder |
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 |
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 |
CreateDomainResponse.Builder.defaultExpirationDays(Integer defaultExpirationDays)
The default number of days until the data within the domain expires.
|
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.domainName(String domainName)
The unique name of the domain.
|
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
default CreateDomainResponse.Builder |
CreateDomainResponse.Builder.matching(Consumer<MatchingResponse.Builder> matching)
The process of matching duplicate profiles.
|
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.matching(MatchingResponse matching)
The process of matching duplicate profiles.
|
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
CreateDomainResponse.Builder |
CreateDomainResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDomainResponse.Builder> |
CreateDomainResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.