Interface ListCustomVerificationEmailTemplatesResponse.Builder

    • Method Detail

      • customVerificationEmailTemplates

        ListCustomVerificationEmailTemplatesResponse.Builder customVerificationEmailTemplates​(Collection<CustomVerificationEmailTemplate> customVerificationEmailTemplates)

        A list of the custom verification email templates that exist in your account.

        Parameters:
        customVerificationEmailTemplates - A list of the custom verification email templates that exist in your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customVerificationEmailTemplates

        ListCustomVerificationEmailTemplatesResponse.Builder customVerificationEmailTemplates​(CustomVerificationEmailTemplate... customVerificationEmailTemplates)

        A list of the custom verification email templates that exist in your account.

        Parameters:
        customVerificationEmailTemplates - A list of the custom verification email templates that exist in your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCustomVerificationEmailTemplatesResponse.Builder nextToken​(String nextToken)

        A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

        Parameters:
        nextToken - A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.