Interface VerificationMessageTemplateType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VerificationMessageTemplateType.Builder,VerificationMessageTemplateType>, SdkBuilder<VerificationMessageTemplateType.Builder,VerificationMessageTemplateType>, SdkPojo
Enclosing class:
VerificationMessageTemplateType

public static interface VerificationMessageTemplateType.Builder extends SdkPojo, CopyableBuilder<VerificationMessageTemplateType.Builder,VerificationMessageTemplateType>
  • Method Details

    • smsMessage

      The template for SMS messages that Amazon Cognito sends to your users.

      Parameters:
      smsMessage - The template for SMS messages that Amazon Cognito sends to your users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailMessage

      VerificationMessageTemplateType.Builder emailMessage(String 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailSubject

      VerificationMessageTemplateType.Builder emailSubject(String 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailMessageByLink

      VerificationMessageTemplateType.Builder emailMessageByLink(String 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailSubjectByLink

      VerificationMessageTemplateType.Builder emailSubjectByLink(String 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultEmailOption

      VerificationMessageTemplateType.Builder defaultEmailOption(String defaultEmailOption)

      The default email option.

      Parameters:
      defaultEmailOption - The default email option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • defaultEmailOption

      VerificationMessageTemplateType.Builder defaultEmailOption(DefaultEmailOptionType defaultEmailOption)

      The default email option.

      Parameters:
      defaultEmailOption - The default email option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: