@Stability(value=Stable) public static final class UserInvitationConfig.Builder extends Object implements software.amazon.jsii.Builder<UserInvitationConfig>
UserInvitationConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UserInvitationConfig |
build()
Builds the configured instance.
|
UserInvitationConfig.Builder |
emailBody(String emailBody)
Sets the value of
UserInvitationConfig.getEmailBody() |
UserInvitationConfig.Builder |
emailSubject(String emailSubject)
Sets the value of
UserInvitationConfig.getEmailSubject() |
UserInvitationConfig.Builder |
smsMessage(String smsMessage)
Sets the value of
UserInvitationConfig.getSmsMessage() |
@Stability(value=Stable) public UserInvitationConfig.Builder emailBody(String emailBody)
UserInvitationConfig.getEmailBody()emailBody - The template to the email body that is sent to the user when an administrator signs them up to the user pool.this@Stability(value=Stable) public UserInvitationConfig.Builder emailSubject(String emailSubject)
UserInvitationConfig.getEmailSubject()emailSubject - The template to the email subject that is sent to the user when an administrator signs them up to the user pool.this@Stability(value=Stable) public UserInvitationConfig.Builder smsMessage(String smsMessage)
UserInvitationConfig.getSmsMessage()smsMessage - The template to the SMS message that is sent to the user when an administrator signs them up to the user pool.this@Stability(value=Stable) public UserInvitationConfig build()
build in interface software.amazon.jsii.Builder<UserInvitationConfig>UserInvitationConfigNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.