Interface GetCustomVerificationEmailTemplateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetCustomVerificationEmailTemplateResponse.Builder,GetCustomVerificationEmailTemplateResponse>,SdkBuilder<GetCustomVerificationEmailTemplateResponse.Builder,GetCustomVerificationEmailTemplateResponse>,SdkPojo,SdkResponse.Builder,SesV2Response.Builder
- Enclosing class:
- GetCustomVerificationEmailTemplateResponse
public static interface GetCustomVerificationEmailTemplateResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetCustomVerificationEmailTemplateResponse.Builder,GetCustomVerificationEmailTemplateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCustomVerificationEmailTemplateResponse.BuilderfailureRedirectionURL(String failureRedirectionURL)The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.GetCustomVerificationEmailTemplateResponse.BuilderfromEmailAddress(String fromEmailAddress)The email address that the custom verification email is sent from.GetCustomVerificationEmailTemplateResponse.BuildersuccessRedirectionURL(String successRedirectionURL)The URL that the recipient of the verification email is sent to if his or her address is successfully verified.GetCustomVerificationEmailTemplateResponse.BuildertemplateContent(String templateContent)The content of the custom verification email.GetCustomVerificationEmailTemplateResponse.BuildertemplateName(String templateName)The name of the custom verification email template.GetCustomVerificationEmailTemplateResponse.BuildertemplateSubject(String templateSubject)The subject line of the custom verification email.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Response.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
templateName
GetCustomVerificationEmailTemplateResponse.Builder templateName(String templateName)
The name of the custom verification email template.
- Parameters:
templateName- The name of the custom verification email template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fromEmailAddress
GetCustomVerificationEmailTemplateResponse.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
GetCustomVerificationEmailTemplateResponse.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
GetCustomVerificationEmailTemplateResponse.Builder templateContent(String templateContent)
The content of the custom verification email.
- Parameters:
templateContent- The content of the custom verification email.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successRedirectionURL
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.
- 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
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.
- 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.
-
-