Interface Destination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Destination.Builder,
,Destination> SdkBuilder<Destination.Builder,
,Destination> SdkPojo
- Enclosing class:
Destination
@Mutable
@NotThreadSafe
public static interface Destination.Builder
extends SdkPojo, CopyableBuilder<Destination.Builder,Destination>
-
Method Summary
Modifier and TypeMethodDescriptionbccAddresses
(String... bccAddresses) The recipients to place on the BCC: line of the message.bccAddresses
(Collection<String> bccAddresses) The recipients to place on the BCC: line of the message.ccAddresses
(String... ccAddresses) The recipients to place on the CC: line of the message.ccAddresses
(Collection<String> ccAddresses) The recipients to place on the CC: line of the message.toAddresses
(String... toAddresses) The recipients to place on the To: line of the message.toAddresses
(Collection<String> toAddresses) The recipients to place on the To: line of the message.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
toAddresses
The recipients to place on the To: line of the message.
- Parameters:
toAddresses
- The recipients to place on the To: line of the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toAddresses
The recipients to place on the To: line of the message.
- Parameters:
toAddresses
- The recipients to place on the To: line of the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ccAddresses
The recipients to place on the CC: line of the message.
- Parameters:
ccAddresses
- The recipients to place on the CC: line of the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ccAddresses
The recipients to place on the CC: line of the message.
- Parameters:
ccAddresses
- The recipients to place on the CC: line of the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bccAddresses
The recipients to place on the BCC: line of the message.
- Parameters:
bccAddresses
- The recipients to place on the BCC: line of the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bccAddresses
The recipients to place on the BCC: line of the message.
- Parameters:
bccAddresses
- The recipients to place on the BCC: line of the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-