static BulkEmailDestination.Builder |
BulkEmailDestination.builder() |
|
default BulkEmailDestination.Builder |
BulkEmailDestination.Builder.destination(Consumer<Destination.Builder> destination) |
Sets the value of the Destination property for this object.
|
BulkEmailDestination.Builder |
BulkEmailDestination.Builder.destination(Destination destination) |
Sets the value of the Destination property for this object.
|
BulkEmailDestination.Builder |
BulkEmailDestination.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
SendBulkTemplatedEmail.
|
BulkEmailDestination.Builder |
BulkEmailDestination.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
SendBulkTemplatedEmail.
|
BulkEmailDestination.Builder |
BulkEmailDestination.Builder.replacementTags(MessageTag... replacementTags) |
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendBulkTemplatedEmail.
|
BulkEmailDestination.Builder |
BulkEmailDestination.Builder.replacementTemplateData(String replacementTemplateData) |
A list of replacement values to apply to the template.
|
BulkEmailDestination.Builder |
BulkEmailDestination.toBuilder() |
|