static BulkEmailEntry.Builder |
BulkEmailEntry.builder() |
|
default BulkEmailEntry.Builder |
BulkEmailEntry.Builder.destination(Consumer<Destination.Builder> destination) |
Represents the destination of the message, consisting of To:, CC:, and BCC: fields.
|
BulkEmailEntry.Builder |
BulkEmailEntry.Builder.destination(Destination destination) |
Represents the destination of the message, consisting of To:, CC:, and BCC: fields.
|
default BulkEmailEntry.Builder |
BulkEmailEntry.Builder.replacementEmailContent(Consumer<ReplacementEmailContent.Builder> replacementEmailContent) |
The ReplacementEmailContent associated with a BulkEmailEntry.
|
BulkEmailEntry.Builder |
BulkEmailEntry.Builder.replacementEmailContent(ReplacementEmailContent replacementEmailContent) |
The ReplacementEmailContent associated with a BulkEmailEntry.
|
BulkEmailEntry.Builder |
BulkEmailEntry.Builder.replacementTags(Collection<MessageTag> replacementTags) |
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendBulkTemplatedEmail operation.
|
BulkEmailEntry.Builder |
BulkEmailEntry.Builder.replacementTags(Consumer<MessageTag.Builder>... replacementTags) |
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendBulkTemplatedEmail operation.
|
BulkEmailEntry.Builder |
BulkEmailEntry.Builder.replacementTags(MessageTag... replacementTags) |
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendBulkTemplatedEmail operation.
|
BulkEmailEntry.Builder |
BulkEmailEntry.toBuilder() |
|