Interface GetCustomVerificationEmailTemplateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetCustomVerificationEmailTemplateResponse.Builder,,GetCustomVerificationEmailTemplateResponse> SdkBuilder<GetCustomVerificationEmailTemplateResponse.Builder,,GetCustomVerificationEmailTemplateResponse> SdkPojo,SdkResponse.Builder,SesV2Response.Builder
- Enclosing class:
GetCustomVerificationEmailTemplateResponse
-
Method Summary
Modifier 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.successRedirectionURL(String successRedirectionURL) The URL that the recipient of the verification email is sent to if his or her address is successfully verified.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) that are associated with the custom verification email template.tags(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) that are associated with the custom verification email template.An array of objects that define the tags (keys and values) that are associated with the custom verification email template.templateContent(String templateContent) The content of the custom verification email.templateName(String templateName) The name of the custom verification email template.templateSubject(String templateSubject) The subject line of the custom verification email.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Response.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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
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
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
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.
-
tags
An array of objects that define the tags (keys and values) that are associated with the custom verification email template.
- Parameters:
tags- An array of objects that define the tags (keys and values) that are associated with the custom verification email template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of objects that define the tags (keys and values) that are associated with the custom verification email template.
- Parameters:
tags- An array of objects that define the tags (keys and values) that are associated with the custom verification email template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of objects that define the tags (keys and values) that are associated with the custom verification email template.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-