Interface AdditionalEmailRecipients.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AdditionalEmailRecipients.Builder,
,AdditionalEmailRecipients> SdkBuilder<AdditionalEmailRecipients.Builder,
,AdditionalEmailRecipients> SdkPojo
- Enclosing class:
AdditionalEmailRecipients
@Mutable
@NotThreadSafe
public static interface AdditionalEmailRecipients.Builder
extends SdkPojo, CopyableBuilder<AdditionalEmailRecipients.Builder,AdditionalEmailRecipients>
-
Method Summary
Modifier and TypeMethodDescriptionccList
(Collection<EmailRecipient> ccList) List of additional CC email recipients for an email contact.ccList
(Consumer<EmailRecipient.Builder>... ccList) List of additional CC email recipients for an email contact.ccList
(EmailRecipient... ccList) List of additional CC email recipients for an email contact.toList
(Collection<EmailRecipient> toList) List of additional TO email recipients for an email contact.toList
(Consumer<EmailRecipient.Builder>... toList) List of additional TO email recipients for an email contact.toList
(EmailRecipient... toList) List of additional TO email recipients for an email contact.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
-
toList
List of additional TO email recipients for an email contact.
- Parameters:
toList
- List of additional TO email recipients for an email contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toList
List of additional TO email recipients for an email contact.
- Parameters:
toList
- List of additional TO email recipients for an email contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toList
List of additional TO email recipients for an email contact.
This is a convenience method that creates an instance of theEmailRecipient.Builder
avoiding the need to create one manually viaEmailRecipient.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totoList(List<EmailRecipient>)
.- Parameters:
toList
- a consumer that will call methods onEmailRecipient.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ccList
List of additional CC email recipients for an email contact.
- Parameters:
ccList
- List of additional CC email recipients for an email contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ccList
List of additional CC email recipients for an email contact.
- Parameters:
ccList
- List of additional CC email recipients for an email contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ccList
List of additional CC email recipients for an email contact.
This is a convenience method that creates an instance of theEmailRecipient.Builder
avoiding the need to create one manually viaEmailRecipient.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toccList(List<EmailRecipient>)
.- Parameters:
ccList
- a consumer that will call methods onEmailRecipient.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-