public static interface Destination.Builder extends SdkPojo, CopyableBuilder<Destination.Builder,Destination>
Modifier and Type | Method and Description |
---|---|
Destination.Builder |
bccAddresses(Collection<String> bccAddresses)
The recipients to place on the BCC: line of the message.
|
Destination.Builder |
bccAddresses(String... bccAddresses)
The recipients to place on the BCC: line of the message.
|
Destination.Builder |
ccAddresses(Collection<String> ccAddresses)
The recipients to place on the CC: line of the message.
|
Destination.Builder |
ccAddresses(String... ccAddresses)
The recipients to place on the CC: line of the message.
|
Destination.Builder |
toAddresses(Collection<String> toAddresses)
The recipients to place on the To: line of the message.
|
Destination.Builder |
toAddresses(String... toAddresses)
The recipients to place on the To: line of the message.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Destination.Builder toAddresses(Collection<String> toAddresses)
The recipients to place on the To: line of the message.
toAddresses
- The recipients to place on the To: line of the message.Destination.Builder toAddresses(String... toAddresses)
The recipients to place on the To: line of the message.
toAddresses
- The recipients to place on the To: line of the message.Destination.Builder ccAddresses(Collection<String> ccAddresses)
The recipients to place on the CC: line of the message.
ccAddresses
- The recipients to place on the CC: line of the message.Destination.Builder ccAddresses(String... ccAddresses)
The recipients to place on the CC: line of the message.
ccAddresses
- The recipients to place on the CC: line of the message.Destination.Builder bccAddresses(Collection<String> bccAddresses)
The recipients to place on the BCC: line of the message.
bccAddresses
- The recipients to place on the BCC: line of the message.Destination.Builder bccAddresses(String... bccAddresses)
The recipients to place on the BCC: line of the message.
bccAddresses
- The recipients to place on the BCC: line of the message.Copyright © 2022. All rights reserved.