Interface OutboundEmailConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OutboundEmailConfig.Builder,OutboundEmailConfig>,SdkBuilder<OutboundEmailConfig.Builder,OutboundEmailConfig>,SdkPojo
- Enclosing class:
- OutboundEmailConfig
public static interface OutboundEmailConfig.Builder extends SdkPojo, CopyableBuilder<OutboundEmailConfig.Builder,OutboundEmailConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutboundEmailConfig.BuilderoutboundEmailAddressId(String outboundEmailAddressId)The identifier of the email address.-
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 Detail
-
outboundEmailAddressId
OutboundEmailConfig.Builder outboundEmailAddressId(String 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.
-
-