Interface UpdateCustomVerificationEmailTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateCustomVerificationEmailTemplateRequest.Builder,UpdateCustomVerificationEmailTemplateRequest>,SdkBuilder<UpdateCustomVerificationEmailTemplateRequest.Builder,UpdateCustomVerificationEmailTemplateRequest>,SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- UpdateCustomVerificationEmailTemplateRequest
public static interface UpdateCustomVerificationEmailTemplateRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<UpdateCustomVerificationEmailTemplateRequest.Builder,UpdateCustomVerificationEmailTemplateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCustomVerificationEmailTemplateRequest.BuilderfailureRedirectionURL(String failureRedirectionURL)The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.UpdateCustomVerificationEmailTemplateRequest.BuilderfromEmailAddress(String fromEmailAddress)The email address that the custom verification email is sent from.UpdateCustomVerificationEmailTemplateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateCustomVerificationEmailTemplateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateCustomVerificationEmailTemplateRequest.BuildersuccessRedirectionURL(String successRedirectionURL)The URL that the recipient of the verification email is sent to if his or her address is successfully verified.UpdateCustomVerificationEmailTemplateRequest.BuildertemplateContent(String templateContent)The content of the custom verification email.UpdateCustomVerificationEmailTemplateRequest.BuildertemplateName(String templateName)The name of the custom verification email template that you want to update.UpdateCustomVerificationEmailTemplateRequest.BuildertemplateSubject(String templateSubject)The subject line of the custom verification email.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
-
-
-
Method Detail
-
templateName
UpdateCustomVerificationEmailTemplateRequest.Builder templateName(String templateName)
The name of the custom verification email template that you want to update.
- Parameters:
templateName- The name of the custom verification email template that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fromEmailAddress
UpdateCustomVerificationEmailTemplateRequest.Builder fromEmailAddress(String fromEmailAddress)
The email address that the custom verification email is sent from.
- Parameters:
fromEmailAddress- The email address that the custom verification email is sent from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateSubject
UpdateCustomVerificationEmailTemplateRequest.Builder templateSubject(String templateSubject)
The subject line of the custom verification email.
- Parameters:
templateSubject- The subject line of the custom verification email.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateContent
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successRedirectionURL
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.
- Parameters:
successRedirectionURL- The URL that the recipient of the verification email is sent to if his or her address is successfully verified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureRedirectionURL
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.
- Parameters:
failureRedirectionURL- The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateCustomVerificationEmailTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateCustomVerificationEmailTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-