public static interface CustomVerificationEmailTemplate.Builder extends SdkPojo, CopyableBuilder<CustomVerificationEmailTemplate.Builder,CustomVerificationEmailTemplate>
Modifier and Type | Method and Description |
---|---|
CustomVerificationEmailTemplate.Builder |
failureRedirectionURL(String failureRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is not successfully
verified.
|
CustomVerificationEmailTemplate.Builder |
fromEmailAddress(String fromEmailAddress)
The email address that the custom verification email is sent from.
|
CustomVerificationEmailTemplate.Builder |
successRedirectionURL(String successRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is successfully
verified.
|
CustomVerificationEmailTemplate.Builder |
templateName(String templateName)
The name of the custom verification email template.
|
CustomVerificationEmailTemplate.Builder |
templateSubject(String templateSubject)
The subject line of the custom verification email.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CustomVerificationEmailTemplate.Builder templateName(String templateName)
The name of the custom verification email template.
templateName
- The name of the custom verification email template.CustomVerificationEmailTemplate.Builder fromEmailAddress(String fromEmailAddress)
The email address that the custom verification email is sent from.
fromEmailAddress
- The email address that the custom verification email is sent from.CustomVerificationEmailTemplate.Builder templateSubject(String templateSubject)
The subject line of the custom verification email.
templateSubject
- The subject line of the custom verification email.CustomVerificationEmailTemplate.Builder successRedirectionURL(String successRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
successRedirectionURL
- The URL that the recipient of the verification email is sent to if his or her address is successfully
verified.CustomVerificationEmailTemplate.Builder failureRedirectionURL(String failureRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
failureRedirectionURL
- The URL that the recipient of the verification email is sent to if his or her address is not
successfully verified.Copyright © 2023. All rights reserved.