public static interface EmailRecipients.Builder extends SdkPojo, CopyableBuilder<EmailRecipients.Builder,EmailRecipients>
| Modifier and Type | Method and Description |
|---|---|
EmailRecipients.Builder |
to(Collection<RecipientDetail> to)
Specifies one or more recipients who receive the email.
|
EmailRecipients.Builder |
to(Consumer<RecipientDetail.Builder>... to)
Specifies one or more recipients who receive the email.
|
EmailRecipients.Builder |
to(RecipientDetail... to)
Specifies one or more recipients who receive the email.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEmailRecipients.Builder to(Collection<RecipientDetail> to)
Specifies one or more recipients who receive the email.
to - Specifies one or more recipients who receive the email.EmailRecipients.Builder to(RecipientDetail... to)
Specifies one or more recipients who receive the email.
to - Specifies one or more recipients who receive the email.EmailRecipients.Builder to(Consumer<RecipientDetail.Builder>... to)
Specifies one or more recipients who receive the email.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #to(List) .to - a consumer that will call methods on List.Builder #to(List) Copyright © 2022. All rights reserved.