Interface EmailSettings.Builder

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

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

    • emailMessage

      EmailSettings.Builder emailMessage(String emailMessage)

      The contents of the email message.

      Parameters:
      emailMessage - The contents of the email message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailSubject

      EmailSettings.Builder emailSubject(String emailSubject)

      The contents of the subject line of the email message.

      Parameters:
      emailSubject - The contents of the subject line of the email message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.