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)
Add an optional request override configuration.
|
SendCustomVerificationEmailRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
SendCustomVerificationEmailRequest.Builder |
templateName(String templateName)
The name of the custom verification email template to use when sending the verification email.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.SendCustomVerificationEmailRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.