Interface SuppressionPeriod.Builder

    • Method Detail

      • value

        SuppressionPeriod.Builder value​(Integer value)

        Specifies the number of seconds, minutes or hours to suppress this anomaly. There is no maximum.

        Parameters:
        value - Specifies the number of seconds, minutes or hours to suppress this anomaly. There is no maximum.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suppressionUnit

        SuppressionPeriod.Builder suppressionUnit​(String suppressionUnit)

        Specifies whether the value of value is in seconds, minutes, or hours.

        Parameters:
        suppressionUnit - Specifies whether the value of value is in seconds, minutes, or hours.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SuppressionUnit, SuppressionUnit
      • suppressionUnit

        SuppressionPeriod.Builder suppressionUnit​(SuppressionUnit suppressionUnit)

        Specifies whether the value of value is in seconds, minutes, or hours.

        Parameters:
        suppressionUnit - Specifies whether the value of value is in seconds, minutes, or hours.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SuppressionUnit, SuppressionUnit