CopyableBuilder<Destination.Builder,Destination>
, SdkBuilder<Destination.Builder,Destination>
public static interface Destination.Builder extends CopyableBuilder<Destination.Builder,Destination>
Modifier and Type | Method | Description |
---|---|---|
Destination.Builder |
bccAddresses(String... bccAddresses) |
The BCC: field(s) of the message.
|
Destination.Builder |
bccAddresses(Collection<String> bccAddresses) |
The BCC: field(s) of the message.
|
Destination.Builder |
ccAddresses(String... ccAddresses) |
The CC: field(s) of the message.
|
Destination.Builder |
ccAddresses(Collection<String> ccAddresses) |
The CC: field(s) of the message.
|
Destination.Builder |
toAddresses(String... toAddresses) |
The To: field(s) of the message.
|
Destination.Builder |
toAddresses(Collection<String> toAddresses) |
The To: field(s) of the message.
|
copy
apply, build
Destination.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.
NOTE: This method appends the values to the existing list (if any). Use
#setToAddresses(java.util.Collection)
or #withToAddresses(java.util.Collection)
if you want
to override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setCcAddresses(java.util.Collection)
or #withCcAddresses(java.util.Collection)
if you want
to override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setBccAddresses(java.util.Collection)
or #withBccAddresses(java.util.Collection)
if you want
to override the existing values.
bccAddresses
- The BCC: field(s) of the message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.