public static interface SendCustomVerificationEmailRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<SendCustomVerificationEmailRequest.Builder,SendCustomVerificationEmailRequest>
| Modifier and Type | Method and Description |
|---|---|
SendCustomVerificationEmailRequest.Builder |
configurationSetName(String configurationSetName)
Name of a configuration set to use when sending the verification email.
|
SendCustomVerificationEmailRequest.Builder |
emailAddress(String emailAddress)
The email address to verify.
|
SendCustomVerificationEmailRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendCustomVerificationEmailRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendCustomVerificationEmailRequest.Builder |
templateName(String templateName)
The name of the custom verification email template to use when sending the verification email.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSendCustomVerificationEmailRequest.Builder emailAddress(String emailAddress)
The email address to verify.
emailAddress - The email address to verify.SendCustomVerificationEmailRequest.Builder templateName(String templateName)
The name of the custom verification email template to use when sending the verification email.
templateName - The name of the custom verification email template to use when sending the verification email.SendCustomVerificationEmailRequest.Builder configurationSetName(String configurationSetName)
Name of a configuration set to use when sending the verification email.
configurationSetName - Name of a configuration set to use when sending the verification email.SendCustomVerificationEmailRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSendCustomVerificationEmailRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.