Interface MetricValue.Builder

    • Method Detail

      • metric

        MetricValue.Builder metric​(String metric)

        The name of the metric.

        Parameters:
        metric - The name of the metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Metric, Metric
      • metric

        MetricValue.Builder metric​(Metric metric)

        The name of the metric.

        Parameters:
        metric - The name of the metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Metric, Metric
      • value

        MetricValue.Builder value​(Double value)

        The numerical value of the metric for the specified statistic and time period.

        Parameters:
        value - The numerical value of the metric for the specified statistic and time period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.