Interface MetricValue.Builder

  • Method Details

    • 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

      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:
    • 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.