@Stability(value=Stable) public static final class CfnUserPool.VerificationMessageTemplateProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPool.VerificationMessageTemplateProperty>
CfnUserPool.VerificationMessageTemplateProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnUserPool.VerificationMessageTemplateProperty.Builder defaultEmailOption(String defaultEmailOption)
CfnUserPool.VerificationMessageTemplateProperty.getDefaultEmailOption()defaultEmailOption - The default email option.this@Stability(value=Stable) public CfnUserPool.VerificationMessageTemplateProperty.Builder emailMessage(String emailMessage)
CfnUserPool.VerificationMessageTemplateProperty.getEmailMessage()emailMessage - The template for email messages that Amazon Cognito sends to your users.
You can set an EmailMessage template only if the value of EmailSendingAccount is DEVELOPER . When your EmailSendingAccount is DEVELOPER , your user pool sends email messages with your own Amazon SES configuration.this@Stability(value=Stable) public CfnUserPool.VerificationMessageTemplateProperty.Builder emailMessageByLink(String emailMessageByLink)
CfnUserPool.VerificationMessageTemplateProperty.getEmailMessageByLink()emailMessageByLink - The email message template for sending a confirmation link to the user.
You can set an EmailMessageByLink template only if the value of EmailSendingAccount is DEVELOPER . When your EmailSendingAccount is DEVELOPER , your user pool sends email messages with your own Amazon SES configuration.this@Stability(value=Stable) public CfnUserPool.VerificationMessageTemplateProperty.Builder emailSubject(String emailSubject)
CfnUserPool.VerificationMessageTemplateProperty.getEmailSubject()emailSubject - The subject line for the email message template.
You can set an EmailSubject template only if the value of EmailSendingAccount is DEVELOPER . When your EmailSendingAccount is DEVELOPER , your user pool sends email messages with your own Amazon SES configuration.this@Stability(value=Stable) public CfnUserPool.VerificationMessageTemplateProperty.Builder emailSubjectByLink(String emailSubjectByLink)
CfnUserPool.VerificationMessageTemplateProperty.getEmailSubjectByLink()emailSubjectByLink - The subject line for the email message template for sending a confirmation link to the user.
You can set an EmailSubjectByLink template only if the value of EmailSendingAccount is DEVELOPER . When your EmailSendingAccount is DEVELOPER , your user pool sends email messages with your own Amazon SES configuration.this@Stability(value=Stable) public CfnUserPool.VerificationMessageTemplateProperty.Builder smsMessage(String smsMessage)
CfnUserPool.VerificationMessageTemplateProperty.getSmsMessage()smsMessage - The template for SMS messages that Amazon Cognito sends to your users.this@Stability(value=Stable) public CfnUserPool.VerificationMessageTemplateProperty build()
build in interface software.amazon.jsii.Builder<CfnUserPool.VerificationMessageTemplateProperty>CfnUserPool.VerificationMessageTemplatePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.