Interface RelativeAggregationDuration.Builder

    • Method Detail

      • timeDimension

        RelativeAggregationDuration.Builder timeDimension​(String timeDimension)

        The type of time period that the timeValue field represents.

        Parameters:
        timeDimension - The type of time period that the timeValue field represents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TimeDimension, TimeDimension
      • timeDimension

        RelativeAggregationDuration.Builder timeDimension​(TimeDimension timeDimension)

        The type of time period that the timeValue field represents.

        Parameters:
        timeDimension - The type of time period that the timeValue field represents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TimeDimension, TimeDimension
      • timeValue

        RelativeAggregationDuration.Builder timeValue​(Integer timeValue)

        The period of the time window to gather statistics for. The valid value depends on the setting of the timeDimension field.

        • Hours - 1/3/6/12/24

        • Days - 3

        • Weeks - 1/2

        Parameters:
        timeValue - The period of the time window to gather statistics for. The valid value depends on the setting of the timeDimension field.

        • Hours - 1/3/6/12/24

        • Days - 3

        • Weeks - 1/2

        Returns:
        Returns a reference to this object so that method calls can be chained together.