Interface UpdateCustomVerificationEmailTemplateRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateCustomVerificationEmailTemplateRequest.Builder,,- UpdateCustomVerificationEmailTemplateRequest> - SdkBuilder<UpdateCustomVerificationEmailTemplateRequest.Builder,,- UpdateCustomVerificationEmailTemplateRequest> - SdkPojo,- SdkRequest.Builder,- SesV2Request.Builder
- Enclosing class:
- UpdateCustomVerificationEmailTemplateRequest
@Mutable
@NotThreadSafe
public static interface UpdateCustomVerificationEmailTemplateRequest.Builder
extends SesV2Request.Builder, SdkPojo, CopyableBuilder<UpdateCustomVerificationEmailTemplateRequest.Builder,UpdateCustomVerificationEmailTemplateRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionfailureRedirectionURL(String failureRedirectionURL) The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.fromEmailAddress(String fromEmailAddress) The email address that the custom verification email is sent from.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.successRedirectionURL(String successRedirectionURL) The URL that the recipient of the verification email is sent to if his or her address is successfully verified.templateContent(String templateContent) The content of the custom verification email.templateName(String templateName) The name of the custom verification email template that you want to update.templateSubject(String templateSubject) The subject line of the custom verification email.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builderbuild
- 
Method Details- 
templateNameThe 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.
 
- 
fromEmailAddressThe 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.
 
- 
templateSubjectThe 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.
 
- 
templateContentThe 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.
 
- 
successRedirectionURLUpdateCustomVerificationEmailTemplateRequest.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.
 
- 
failureRedirectionURLUpdateCustomVerificationEmailTemplateRequest.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.
 
- 
overrideConfigurationUpdateCustomVerificationEmailTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateCustomVerificationEmailTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-