static SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.builder() |
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.configurationSetName(String configurationSetName) |
The name of the configuration set to use when you send an email using SendTemplatedEmail.
|
default SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.destination(Consumer<Destination.Builder> destination) |
The destination for this email, composed of To:, CC:, and BCC: fields.
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.destination(Destination destination) |
The destination for this email, composed of To:, CC:, and BCC: fields.
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.replyToAddresses(String... replyToAddresses) |
The reply-to email address(es) for the message.
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.replyToAddresses(Collection<String> replyToAddresses) |
The reply-to email address(es) for the message.
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.returnPath(String returnPath) |
The email address that bounces and complaints are forwarded to when feedback forwarding is enabled.
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.returnPathArn(String returnPathArn) |
This parameter is used only for sending authorization.
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.source(String source) |
The email address that is sending the email.
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.sourceArn(String sourceArn) |
This parameter is used only for sending authorization.
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.tags(Collection<MessageTag> tags) |
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendTemplatedEmail.
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.tags(Consumer<MessageTag.Builder>... tags) |
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendTemplatedEmail.
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.tags(MessageTag... tags) |
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendTemplatedEmail.
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.template(String template) |
The template to use when sending this email.
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.templateArn(String templateArn) |
The ARN of the template to use when sending this email.
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.templateData(String templateData) |
A list of replacement values to apply to the template.
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.toBuilder() |
|