Interface MetricValue.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MetricValue.Builder,MetricValue>, SdkBuilder<MetricValue.Builder,MetricValue>, SdkPojo
Enclosing class:
MetricValue

@Mutable @NotThreadSafe public static interface MetricValue.Builder extends SdkPojo, CopyableBuilder<MetricValue.Builder,MetricValue>
  • 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.