public static interface UpdateCustomVerificationEmailTemplateRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<UpdateCustomVerificationEmailTemplateRequest.Builder,UpdateCustomVerificationEmailTemplateRequest>
Modifier and Type | Method and Description |
---|---|
UpdateCustomVerificationEmailTemplateRequest.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.
|
UpdateCustomVerificationEmailTemplateRequest.Builder |
fromEmailAddress(String fromEmailAddress)
The email address that the custom verification email is sent from.
|
UpdateCustomVerificationEmailTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateCustomVerificationEmailTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateCustomVerificationEmailTemplateRequest.Builder |
successRedirectionURL(String successRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is successfully
verified.
|
UpdateCustomVerificationEmailTemplateRequest.Builder |
templateContent(String templateContent)
The content of the custom verification email.
|
UpdateCustomVerificationEmailTemplateRequest.Builder |
templateName(String templateName)
The name of the custom verification email template that you want to update.
|
UpdateCustomVerificationEmailTemplateRequest.Builder |
templateSubject(String templateSubject)
The subject line of the custom verification email.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateCustomVerificationEmailTemplateRequest.Builder templateName(String templateName)
The name of the custom verification email template that you want to update.
templateName
- The name of the custom verification email template that you want to update.UpdateCustomVerificationEmailTemplateRequest.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.UpdateCustomVerificationEmailTemplateRequest.Builder templateSubject(String templateSubject)
The subject line of the custom verification email.
templateSubject
- The subject line of the custom verification email.UpdateCustomVerificationEmailTemplateRequest.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.UpdateCustomVerificationEmailTemplateRequest.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.UpdateCustomVerificationEmailTemplateRequest.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.UpdateCustomVerificationEmailTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateCustomVerificationEmailTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.