public static interface Destination.Builder extends SdkPojo, CopyableBuilder<Destination.Builder,Destination>
Modifier and Type | Method and Description |
---|---|
Destination.Builder |
bccAddresses(Collection<String> bccAddresses)
An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
|
Destination.Builder |
bccAddresses(String... bccAddresses)
An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
|
Destination.Builder |
ccAddresses(Collection<String> ccAddresses)
An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
|
Destination.Builder |
ccAddresses(String... ccAddresses)
An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
|
Destination.Builder |
toAddresses(Collection<String> toAddresses)
An array that contains the email addresses of the "To" recipients for the email.
|
Destination.Builder |
toAddresses(String... toAddresses)
An array that contains the email addresses of the "To" recipients for the email.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Destination.Builder toAddresses(Collection<String> toAddresses)
An array that contains the email addresses of the "To" recipients for the email.
toAddresses
- An array that contains the email addresses of the "To" recipients for the email.Destination.Builder toAddresses(String... toAddresses)
An array that contains the email addresses of the "To" recipients for the email.
toAddresses
- An array that contains the email addresses of the "To" recipients for the email.Destination.Builder ccAddresses(Collection<String> ccAddresses)
An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
ccAddresses
- An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.Destination.Builder ccAddresses(String... ccAddresses)
An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
ccAddresses
- An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.Destination.Builder bccAddresses(Collection<String> bccAddresses)
An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
bccAddresses
- An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.Destination.Builder bccAddresses(String... bccAddresses)
An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
bccAddresses
- An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.Copyright © 2020. All rights reserved.