Interface OutboundEmailConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OutboundEmailConfig.Builder,,OutboundEmailConfig> SdkBuilder<OutboundEmailConfig.Builder,,OutboundEmailConfig> SdkPojo
- Enclosing class:
OutboundEmailConfig
@Mutable
@NotThreadSafe
public static interface OutboundEmailConfig.Builder
extends SdkPojo, CopyableBuilder<OutboundEmailConfig.Builder,OutboundEmailConfig>
-
Method Summary
Modifier and TypeMethodDescriptionoutboundEmailAddressId(String outboundEmailAddressId) The identifier of the email address.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
-
outboundEmailAddressId
The identifier of the email address.
- Parameters:
outboundEmailAddressId- The identifier of the email address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-