Interface NotifyEmailType.Builder

    • Method Detail

      • subject

        NotifyEmailType.Builder subject​(String subject)

        The subject of the threat protection email notification.

        Parameters:
        subject - The subject of the threat protection email notification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • htmlBody

        NotifyEmailType.Builder htmlBody​(String htmlBody)

        The body of an email notification formatted in HTML. Choose an HtmlBody or a TextBody to send an HTML-formatted or plaintext message, respectively.

        Parameters:
        htmlBody - The body of an email notification formatted in HTML. Choose an HtmlBody or a TextBody to send an HTML-formatted or plaintext message, respectively.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • textBody

        NotifyEmailType.Builder textBody​(String textBody)

        The body of an email notification formatted in plaintext. Choose an HtmlBody or a TextBody to send an HTML-formatted or plaintext message, respectively.

        Parameters:
        textBody - The body of an email notification formatted in plaintext. Choose an HtmlBody or a TextBody to send an HTML-formatted or plaintext message, respectively.
        Returns:
        Returns a reference to this object so that method calls can be chained together.