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 SummaryModifier and TypeMethodDescriptionbccAddresses(String... bccAddresses) An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.bccAddresses(Collection<String> bccAddresses) An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.ccAddresses(String... ccAddresses) An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.ccAddresses(Collection<String> ccAddresses) An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.toAddresses(String... toAddresses) An array that contains the email addresses of the "To" recipients for the email.toAddresses(Collection<String> toAddresses) An array that contains the email addresses of the "To" recipients for the email.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
toAddressesAn array that contains the email addresses of the "To" recipients for the email. - Parameters:
- toAddresses- An array that contains the email addresses of the "To" recipients for the email.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
toAddressesAn array that contains the email addresses of the "To" recipients for the email. - Parameters:
- toAddresses- An array that contains the email addresses of the "To" recipients for the email.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ccAddressesAn array that contains the email addresses of the "CC" (carbon copy) recipients for the email. - Parameters:
- ccAddresses- An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ccAddressesAn array that contains the email addresses of the "CC" (carbon copy) recipients for the email. - Parameters:
- ccAddresses- An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
bccAddressesAn array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email. - Parameters:
- bccAddresses- An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
bccAddressesAn array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email. - Parameters:
- bccAddresses- An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-