Interface MetricResult.Builder

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

public static interface MetricResult.Builder extends SdkPojo, CopyableBuilder<MetricResult.Builder,MetricResult>
  • Method Details

    • metricName

      MetricResult.Builder metricName(String metricName)

      The name of the metric.

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

      MetricResult.Builder metricValue(Double metricValue)

      The value for the metric.

      Parameters:
      metricValue - The value for the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.