Interface InboundAdditionalRecipients.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InboundAdditionalRecipients.Builder,
,InboundAdditionalRecipients> SdkBuilder<InboundAdditionalRecipients.Builder,
,InboundAdditionalRecipients> SdkPojo
- Enclosing class:
InboundAdditionalRecipients
-
Method Summary
Modifier and TypeMethodDescriptionccAddresses
(Collection<EmailAddressInfo> ccAddresses) The additional recipients information present in cc list.ccAddresses
(Consumer<EmailAddressInfo.Builder>... ccAddresses) The additional recipients information present in cc list.ccAddresses
(EmailAddressInfo... ccAddresses) The additional recipients information present in cc list.toAddresses
(Collection<EmailAddressInfo> toAddresses) The additional recipients information present in to list.toAddresses
(Consumer<EmailAddressInfo.Builder>... toAddresses) The additional recipients information present in to list.toAddresses
(EmailAddressInfo... toAddresses) The additional recipients information present in to list.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 additional recipients information present in to list. You must have 1 required recipient (
DestinationEmailAddress
). You can then specify up to 49 additional recipients (acrossToAddresses
andCcAddresses
), for a total of 50 recipients.- Parameters:
toAddresses
- The additional recipients information present in to list. You must have 1 required recipient (DestinationEmailAddress
). You can then specify up to 49 additional recipients (acrossToAddresses
andCcAddresses
), for a total of 50 recipients.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toAddresses
The additional recipients information present in to list. You must have 1 required recipient (
DestinationEmailAddress
). You can then specify up to 49 additional recipients (acrossToAddresses
andCcAddresses
), for a total of 50 recipients.- Parameters:
toAddresses
- The additional recipients information present in to list. You must have 1 required recipient (DestinationEmailAddress
). You can then specify up to 49 additional recipients (acrossToAddresses
andCcAddresses
), for a total of 50 recipients.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toAddresses
The additional recipients information present in to list. You must have 1 required recipient (
This is a convenience method that creates an instance of theDestinationEmailAddress
). You can then specify up to 49 additional recipients (acrossToAddresses
andCcAddresses
), for a total of 50 recipients.EmailAddressInfo.Builder
avoiding the need to create one manually viaEmailAddressInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totoAddresses(List<EmailAddressInfo>)
.- Parameters:
toAddresses
- a consumer that will call methods onEmailAddressInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ccAddresses
The additional recipients information present in cc list. You must have 1 required recipient (
DestinationEmailAddress
). You can then specify up to 49 additional recipients (acrossToAddresses
andCcAddresses
), for a total of 50 recipients.- Parameters:
ccAddresses
- The additional recipients information present in cc list. You must have 1 required recipient (DestinationEmailAddress
). You can then specify up to 49 additional recipients (acrossToAddresses
andCcAddresses
), for a total of 50 recipients.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ccAddresses
The additional recipients information present in cc list. You must have 1 required recipient (
DestinationEmailAddress
). You can then specify up to 49 additional recipients (acrossToAddresses
andCcAddresses
), for a total of 50 recipients.- Parameters:
ccAddresses
- The additional recipients information present in cc list. You must have 1 required recipient (DestinationEmailAddress
). You can then specify up to 49 additional recipients (acrossToAddresses
andCcAddresses
), for a total of 50 recipients.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ccAddresses
The additional recipients information present in cc list. You must have 1 required recipient (
This is a convenience method that creates an instance of theDestinationEmailAddress
). You can then specify up to 49 additional recipients (acrossToAddresses
andCcAddresses
), for a total of 50 recipients.EmailAddressInfo.Builder
avoiding the need to create one manually viaEmailAddressInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toccAddresses(List<EmailAddressInfo>)
.- Parameters:
ccAddresses
- a consumer that will call methods onEmailAddressInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-