Interface RealTimeAlertConfiguration.Builder

    • Method Detail

      • disabled

        RealTimeAlertConfiguration.Builder disabled​(Boolean disabled)

        Turns off real-time alerts.

        Parameters:
        disabled - Turns off real-time alerts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rules

        RealTimeAlertConfiguration.Builder rules​(Collection<RealTimeAlertRule> rules)

        The rules in the alert. Rules specify the words or phrases that you want to be notified about.

        Parameters:
        rules - The rules in the alert. Rules specify the words or phrases that you want to be notified about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rules

        RealTimeAlertConfiguration.Builder rules​(RealTimeAlertRule... rules)

        The rules in the alert. Rules specify the words or phrases that you want to be notified about.

        Parameters:
        rules - The rules in the alert. Rules specify the words or phrases that you want to be notified about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.