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 for the domain.
|
UpdateDomainResponse.Builder |
lastUpdatedAt(Instant 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDomainResponse.Builder domainName(String domainName)
The unique name for the domain.
domainName - The unique name for 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 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 © 2020. All rights reserved.