Interface AnomalyTimeRange.Builder

    • Method Detail

      • 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

        AnomalyTimeRange.Builder endTime​(Instant 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.