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.
|
build
overrideConfiguration
copy
applyMutation, build
SendCustomVerificationEmailRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.SendCustomVerificationEmailRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.