Interface MetricDataV2.Builder

    • Method Detail

      • metric

        MetricDataV2.Builder metric​(MetricV2 metric)

        The metric name, thresholds, and metric filters of the returned metric.

        Parameters:
        metric - The metric name, thresholds, and metric filters of the returned metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        MetricDataV2.Builder value​(Double value)

        The corresponding value of the metric returned in the response.

        Parameters:
        value - The corresponding value of the metric returned in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.