static GetDomainResponse.Builder |
GetDomainResponse.builder() |
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.createdAt(Instant createdAt) |
The timestamp of when the domain was created.
|
GetDomainResponse.Builder |
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 |
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 |
GetDomainResponse.Builder.defaultExpirationDays(Integer defaultExpirationDays) |
The default number of days until the data within the domain expires.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.domainName(String domainName) |
The unique name of the domain.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The timestamp of when the domain was most recently edited.
|
default GetDomainResponse.Builder |
GetDomainResponse.Builder.matching(Consumer<MatchingResponse.Builder> matching) |
The process of matching duplicate profiles.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.matching(MatchingResponse matching) |
The process of matching duplicate profiles.
|
default GetDomainResponse.Builder |
GetDomainResponse.Builder.ruleBasedMatching(Consumer<RuleBasedMatchingResponse.Builder> ruleBasedMatching) |
The process of matching duplicate profiles using the Rule-Based matching.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.ruleBasedMatching(RuleBasedMatchingResponse ruleBasedMatching) |
The process of matching duplicate profiles using the Rule-Based matching.
|
default GetDomainResponse.Builder |
GetDomainResponse.Builder.stats(Consumer<DomainStats.Builder> stats) |
Usage-specific statistics about the domain.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.stats(DomainStats stats) |
Usage-specific statistics about the domain.
|
GetDomainResponse.Builder |
GetDomainResponse.Builder.tags(Map<String,String> tags) |
The tags used to organize, track, or control access for this resource.
|
GetDomainResponse.Builder |
GetDomainResponse.toBuilder() |
|