Interface JourneyEmailMessage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JourneyEmailMessage.Builder,JourneyEmailMessage>,SdkBuilder<JourneyEmailMessage.Builder,JourneyEmailMessage>,SdkPojo
- Enclosing class:
- JourneyEmailMessage
public static interface JourneyEmailMessage.Builder extends SdkPojo, CopyableBuilder<JourneyEmailMessage.Builder,JourneyEmailMessage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JourneyEmailMessage.BuilderfromAddress(String fromAddress)The verified email address to send the email message from.-
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, sdkFields
-
-
-
-
Method Detail
-
fromAddress
JourneyEmailMessage.Builder fromAddress(String fromAddress)
The verified email address to send the email message from. The default address is the FromAddress specified for the email channel for the application.
- Parameters:
fromAddress- The verified email address to send the email message from. The default address is the FromAddress specified for the email channel for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-