Interface InboundAdditionalRecipients.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InboundAdditionalRecipients.Builder,,InboundAdditionalRecipients> SdkBuilder<InboundAdditionalRecipients.Builder,,InboundAdditionalRecipients> SdkPojo
- Enclosing class:
InboundAdditionalRecipients
public static interface InboundAdditionalRecipients.Builder
extends SdkPojo, CopyableBuilder<InboundAdditionalRecipients.Builder,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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
toAddresses
The additional recipients information present in to list.
- Parameters:
toAddresses- The additional recipients information present in to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toAddresses
The additional recipients information present in to list.
- Parameters:
toAddresses- The additional recipients information present in to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toAddresses
The additional recipients information present in to list.
This is a convenience method that creates an instance of theEmailAddressInfo.Builderavoiding the need to create one manually viaEmailAddressInfo.builder().When the
Consumercompletes,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.
- Parameters:
ccAddresses- The additional recipients information present in cc list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ccAddresses
The additional recipients information present in cc list.
- Parameters:
ccAddresses- The additional recipients information present in cc list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ccAddresses
The additional recipients information present in cc list.
This is a convenience method that creates an instance of theEmailAddressInfo.Builderavoiding the need to create one manually viaEmailAddressInfo.builder().When the
Consumercompletes,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:
-