Interface SendCustomVerificationEmailRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SendCustomVerificationEmailRequest.Builder,,SendCustomVerificationEmailRequest> SdkBuilder<SendCustomVerificationEmailRequest.Builder,,SendCustomVerificationEmailRequest> SdkPojo,SdkRequest.Builder,SesRequest.Builder
- Enclosing class:
- SendCustomVerificationEmailRequest
@Mutable
@NotThreadSafe
public static interface SendCustomVerificationEmailRequest.Builder
extends SesRequest.Builder, SdkPojo, CopyableBuilder<SendCustomVerificationEmailRequest.Builder,SendCustomVerificationEmailRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationSetName(String configurationSetName) Name of a configuration set to use when sending the verification email.emailAddress(String emailAddress) The email address to verify.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) templateName(String templateName) The name of the custom verification email template to use when sending the verification email.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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.services.ses.model.SesRequest.Builder
build
-
Method Details
-
emailAddress
The email address to verify.
- Parameters:
emailAddress- The email address to verify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateName
The name of the custom verification email template to use when sending the verification email.
- Parameters:
templateName- The name of the custom verification email template to use when sending the verification email.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationSetName
Name of a configuration set to use when sending the verification email.
- Parameters:
configurationSetName- Name of a configuration set to use when sending the verification email.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SendCustomVerificationEmailRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SendCustomVerificationEmailRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-