Interface MessageBody.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MessageBody.Builder,MessageBody>, SdkBuilder<MessageBody.Builder,MessageBody>, SdkPojo
Enclosing class:
MessageBody

public static interface MessageBody.Builder extends SdkPojo, CopyableBuilder<MessageBody.Builder,MessageBody>
  • Method Details

    • html

      The HTML body content of the message.

      Parameters:
      html - The HTML body content of the message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • messageMalformed

      MessageBody.Builder messageMalformed(Boolean messageMalformed)

      A flag indicating if the email was malformed.

      Parameters:
      messageMalformed - A flag indicating if the email was malformed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • text

      The plain text body content of the message.

      Parameters:
      text - The plain text body content of the message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.