static SendEmailRequest.Builder |
SendEmailRequest.builder() |
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.configurationSetName(String configurationSetName) |
The name of the configuration set that you want to use when sending the email.
|
default SendEmailRequest.Builder |
SendEmailRequest.Builder.content(Consumer<EmailContent.Builder> content) |
An object that contains the body of the message.
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.content(EmailContent content) |
An object that contains the body of the message.
|
default SendEmailRequest.Builder |
SendEmailRequest.Builder.destination(Consumer<Destination.Builder> destination) |
An object that contains the recipients of the email message.
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.destination(Destination destination) |
An object that contains the recipients of the email message.
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.emailTags(Collection<MessageTag> emailTags) |
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation.
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.emailTags(Consumer<MessageTag.Builder>... emailTags) |
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation.
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.emailTags(MessageTag... emailTags) |
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation.
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.feedbackForwardingEmailAddress(String feedbackForwardingEmailAddress) |
The address that Amazon Pinpoint should send bounce and complaint notifications to.
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.fromEmailAddress(String fromEmailAddress) |
The email address that you want to use as the "From" address for the email.
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.replyToAddresses(String... replyToAddresses) |
The "Reply-to" email addresses for the message.
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.replyToAddresses(Collection<String> replyToAddresses) |
The "Reply-to" email addresses for the message.
|
SendEmailRequest.Builder |
SendEmailRequest.toBuilder() |
|