@Stability(value=Stable) public static final class CfnDomainProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDomainProps>
CfnDomainProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDomainProps |
build()
Builds the configured instance.
|
CfnDomainProps.Builder |
deadLetterQueueUrl(String deadLetterQueueUrl)
Sets the value of
CfnDomainProps.getDeadLetterQueueUrl() |
CfnDomainProps.Builder |
defaultEncryptionKey(String defaultEncryptionKey)
Sets the value of
CfnDomainProps.getDefaultEncryptionKey() |
CfnDomainProps.Builder |
defaultExpirationDays(Number defaultExpirationDays)
Sets the value of
CfnDomainProps.getDefaultExpirationDays() |
CfnDomainProps.Builder |
domainName(String domainName)
Sets the value of
CfnDomainProps.getDomainName() |
CfnDomainProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnDomainProps.getTags() |
@Stability(value=Stable) public CfnDomainProps.Builder domainName(String domainName)
CfnDomainProps.getDomainName()domainName - The unique name of the domain. This parameter is required.this@Stability(value=Stable) public CfnDomainProps.Builder deadLetterQueueUrl(String deadLetterQueueUrl)
CfnDomainProps.getDeadLetterQueueUrl()deadLetterQueueUrl - The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.
You must set up a policy on the DeadLetterQueue for the SendMessage operation to enable Amazon Connect Customer Profiles to send messages to the DeadLetterQueue.this@Stability(value=Stable) public CfnDomainProps.Builder defaultEncryptionKey(String defaultEncryptionKey)
CfnDomainProps.getDefaultEncryptionKey()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.this@Stability(value=Stable) public CfnDomainProps.Builder defaultExpirationDays(Number defaultExpirationDays)
CfnDomainProps.getDefaultExpirationDays()defaultExpirationDays - The default number of days until the data within the domain expires.this@Stability(value=Stable) public CfnDomainProps.Builder tags(List<? extends CfnTag> tags)
CfnDomainProps.getTags()tags - The tags used to organize, track, or control access for this resource.this@Stability(value=Stable) public CfnDomainProps build()
build in interface software.amazon.jsii.Builder<CfnDomainProps>CfnDomainPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.