@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 email message template.
EmailMessage is allowed only if EmailSendingAccount is DEVELOPER.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.
EmailMessageByLink is allowed only if EmailSendingAccount is DEVELOPER.this@Stability(value=Stable) public CfnUserPool.VerificationMessageTemplateProperty.Builder emailSubject(String emailSubject)
CfnUserPool.VerificationMessageTemplateProperty.getEmailSubject()emailSubject - The subject line for the email message template.
EmailSubject is allowed only if EmailSendingAccount is DEVELOPER.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.
EmailSubjectByLink is allowed only EmailSendingAccount is DEVELOPER.this@Stability(value=Stable) public CfnUserPool.VerificationMessageTemplateProperty.Builder smsMessage(String smsMessage)
CfnUserPool.VerificationMessageTemplateProperty.getSmsMessage()smsMessage - The SMS message template.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.