public static interface Destination.Builder extends CopyableBuilder<Destination.Builder,Destination>
| Modifier and Type | Method and Description |
|---|---|
Destination.Builder |
bccAddresses(Collection<String> bccAddresses)
The BCC: field(s) of the message.
|
Destination.Builder |
bccAddresses(String... bccAddresses)
The BCC: field(s) of the message.
|
Destination.Builder |
ccAddresses(Collection<String> ccAddresses)
The CC: field(s) of the message.
|
Destination.Builder |
ccAddresses(String... ccAddresses)
The CC: field(s) of the message.
|
Destination.Builder |
toAddresses(Collection<String> toAddresses)
The To: field(s) of the message.
|
Destination.Builder |
toAddresses(String... toAddresses)
The To: field(s) of the message.
|
copyapply, buildDestination.Builder toAddresses(Collection<String> toAddresses)
The To: field(s) of the message.
toAddresses - The To: field(s) of the message.Destination.Builder toAddresses(String... toAddresses)
The To: field(s) of the message.
toAddresses - The To: field(s) of the message.Destination.Builder ccAddresses(Collection<String> ccAddresses)
The CC: field(s) of the message.
ccAddresses - The CC: field(s) of the message.Destination.Builder ccAddresses(String... ccAddresses)
The CC: field(s) of the message.
ccAddresses - The CC: field(s) of the message.Destination.Builder bccAddresses(Collection<String> bccAddresses)
The BCC: field(s) of the message.
bccAddresses - The BCC: field(s) of the message.Destination.Builder bccAddresses(String... bccAddresses)
The BCC: field(s) of the message.
bccAddresses - The BCC: field(s) of the message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.