static SendEmailRequest.Builder |
SendEmailRequest.builder() |
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.configurationSetName(String configurationSetName) |
The name of the configuration set 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.endpointId(String endpointId) |
The ID of the multi-region endpoint (global-endpoint).
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.feedbackForwardingEmailAddress(String feedbackForwardingEmailAddress) |
The address that you want bounce and complaint notifications to be sent to.
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.feedbackForwardingEmailAddressIdentityArn(String feedbackForwardingEmailAddressIdentityArn) |
This parameter is used only for sending authorization.
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.fromEmailAddress(String fromEmailAddress) |
The email address to use as the "From" address for the email.
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.fromEmailAddressIdentityArn(String fromEmailAddressIdentityArn) |
This parameter is used only for sending authorization.
|
default SendEmailRequest.Builder |
SendEmailRequest.Builder.listManagementOptions(Consumer<ListManagementOptions.Builder> listManagementOptions) |
An object used to specify a list or topic to which an email belongs, which will be used when a contact
chooses to unsubscribe.
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.listManagementOptions(ListManagementOptions listManagementOptions) |
An object used to specify a list or topic to which an email belongs, which will be used when a contact
chooses to unsubscribe.
|
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() |
|