public static interface CreateCustomVerificationEmailTemplateRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<CreateCustomVerificationEmailTemplateRequest.Builder,CreateCustomVerificationEmailTemplateRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateCustomVerificationEmailTemplateRequest.Builder templateName(String templateName)
The name of the custom verification email template.
templateName
- The name of the custom verification email template.CreateCustomVerificationEmailTemplateRequest.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.CreateCustomVerificationEmailTemplateRequest.Builder templateSubject(String templateSubject)
The subject line of the custom verification email.
templateSubject
- The subject line of the custom verification email.CreateCustomVerificationEmailTemplateRequest.Builder templateContent(String templateContent)
The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
templateContent
- The content of the custom verification email. The total size of the email must be less than 10 MB. The
message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.CreateCustomVerificationEmailTemplateRequest.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.CreateCustomVerificationEmailTemplateRequest.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.CreateCustomVerificationEmailTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateCustomVerificationEmailTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.