public static interface GetCustomVerificationEmailTemplateResponse.Builder extends SesResponse.Builder, SdkPojo, CopyableBuilder<GetCustomVerificationEmailTemplateResponse.Builder,GetCustomVerificationEmailTemplateResponse>
Modifier and Type | Method and Description |
---|---|
GetCustomVerificationEmailTemplateResponse.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.
|
GetCustomVerificationEmailTemplateResponse.Builder |
fromEmailAddress(String fromEmailAddress)
The email address that the custom verification email is sent from.
|
GetCustomVerificationEmailTemplateResponse.Builder |
successRedirectionURL(String successRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is successfully
verified.
|
GetCustomVerificationEmailTemplateResponse.Builder |
templateContent(String templateContent)
The content of the custom verification email.
|
GetCustomVerificationEmailTemplateResponse.Builder |
templateName(String templateName)
The name of the custom verification email template.
|
GetCustomVerificationEmailTemplateResponse.Builder |
templateSubject(String templateSubject)
The subject line of the custom verification email.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetCustomVerificationEmailTemplateResponse.Builder templateName(String templateName)
The name of the custom verification email template.
templateName
- The name of the custom verification email template.GetCustomVerificationEmailTemplateResponse.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.GetCustomVerificationEmailTemplateResponse.Builder templateSubject(String templateSubject)
The subject line of the custom verification email.
templateSubject
- The subject line of the custom verification email.GetCustomVerificationEmailTemplateResponse.Builder templateContent(String templateContent)
The content of the custom verification email.
templateContent
- The content of the custom verification email.GetCustomVerificationEmailTemplateResponse.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.GetCustomVerificationEmailTemplateResponse.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 © 2022. All rights reserved.