Interface CustomVerificationEmailTemplateMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomVerificationEmailTemplateMetadata.Builder,CustomVerificationEmailTemplateMetadata>,SdkBuilder<CustomVerificationEmailTemplateMetadata.Builder,CustomVerificationEmailTemplateMetadata>,SdkPojo
- Enclosing class:
- CustomVerificationEmailTemplateMetadata
@Mutable @NotThreadSafe public static interface CustomVerificationEmailTemplateMetadata.Builder extends SdkPojo, CopyableBuilder<CustomVerificationEmailTemplateMetadata.Builder,CustomVerificationEmailTemplateMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomVerificationEmailTemplateMetadata.BuilderfailureRedirectionURL(String failureRedirectionURL)The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.CustomVerificationEmailTemplateMetadata.BuilderfromEmailAddress(String fromEmailAddress)The email address that the custom verification email is sent from.CustomVerificationEmailTemplateMetadata.BuildersuccessRedirectionURL(String successRedirectionURL)The URL that the recipient of the verification email is sent to if his or her address is successfully verified.CustomVerificationEmailTemplateMetadata.BuildertemplateName(String templateName)The name of the custom verification email template.CustomVerificationEmailTemplateMetadata.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
-
-
-
-
Method Detail
-
templateName
CustomVerificationEmailTemplateMetadata.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
CustomVerificationEmailTemplateMetadata.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
CustomVerificationEmailTemplateMetadata.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.
-
successRedirectionURL
CustomVerificationEmailTemplateMetadata.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
CustomVerificationEmailTemplateMetadata.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.
-
-