Interface AnomalyTimeRange.Builder

  • Method Details

    • startTime

      AnomalyTimeRange.Builder startTime(Instant startTime)

      The time when the anomalous behavior started.

      Parameters:
      startTime - The time when the anomalous behavior started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The time when the anomalous behavior ended.

      Parameters:
      endTime - The time when the anomalous behavior ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.