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 Details

    • 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.