Interface PredictionTimeRange.Builder

    • Method Detail

      • startTime

        PredictionTimeRange.Builder startTime​(Instant startTime)

        The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only.

        Parameters:
        startTime - The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        PredictionTimeRange.Builder endTime​(Instant endTime)

        The time when the behavior in a proactive insight is expected to end.

        Parameters:
        endTime - The time when the behavior in a proactive insight is expected to end.
        Returns:
        Returns a reference to this object so that method calls can be chained together.