Interface MetricQueryValue.Builder

    • Method Detail

      • min

        MetricQueryValue.Builder min​(Double min)

        The minimum of the values of the all data points collected during the period.

        Parameters:
        min - The minimum of the values of the all data points collected during the period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • max

        MetricQueryValue.Builder max​(Double max)

        The maximum of the values of the all data points collected during the period.

        Parameters:
        max - The maximum of the values of the all data points collected during the period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sum

        MetricQueryValue.Builder sum​(Double sum)

        The sum of the values of the all data points collected during the period.

        Parameters:
        sum - The sum of the values of the all data points collected during the period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • avg

        MetricQueryValue.Builder avg​(Double avg)

        The average of the values of the all data points collected during the period.

        Parameters:
        avg - The average of the values of the all data points collected during the period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • std

        MetricQueryValue.Builder std​(Double std)

        The standard deviation of the values of the all data points collected during the period.

        Parameters:
        std - The standard deviation of the values of the all data points collected during the period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • p90

        MetricQueryValue.Builder p90​(Double p90)

        The 90th percentile of the values of the all data points collected during the period.

        Parameters:
        p90 - The 90th percentile of the values of the all data points collected during the period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.