public static interface BulkEmailContent.Builder extends SdkPojo, CopyableBuilder<BulkEmailContent.Builder,BulkEmailContent>
| Modifier and Type | Method and Description |
|---|---|
default BulkEmailContent.Builder |
template(Consumer<Template.Builder> template)
The template to use for the bulk email message.
|
BulkEmailContent.Builder |
template(Template template)
The template to use for the bulk email message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBulkEmailContent.Builder template(Template template)
The template to use for the bulk email message.
template - The template to use for the bulk email message.default BulkEmailContent.Builder template(Consumer<Template.Builder> template)
The template to use for the bulk email message.
This is a convenience that creates an instance of theTemplate.Builder avoiding the need to create
one manually via Template.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to template(Template).template - a consumer that will call methods on Template.Buildertemplate(Template)Copyright © 2021. All rights reserved.