public static interface MetricResult.Builder extends SdkPojo, CopyableBuilder<MetricResult.Builder,MetricResult>
| Modifier and Type | Method and Description |
|---|---|
MetricResult.Builder |
metricName(String metricName)
The name of the metric.
|
MetricResult.Builder |
metricValue(Double metricValue)
The value for the metric.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetricResult.Builder metricName(String metricName)
The name of the metric.
metricName - The name of the metric.MetricResult.Builder metricValue(Double metricValue)
The value for the metric.
metricValue - The value for the metric.Copyright © 2023. All rights reserved.