public static interface RawMetricData.Builder extends SdkPojo, CopyableBuilder<RawMetricData.Builder,RawMetricData>
| Modifier and Type | Method and Description |
|---|---|
RawMetricData.Builder |
metricName(String metricName)
The name of the metric.
|
RawMetricData.Builder |
step(Integer step)
The metric step (epoch).
|
RawMetricData.Builder |
timestamp(Instant timestamp)
The time that the metric was recorded.
|
RawMetricData.Builder |
value(Double value)
The metric value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRawMetricData.Builder metricName(String metricName)
The name of the metric.
metricName - The name of the metric.RawMetricData.Builder timestamp(Instant timestamp)
The time that the metric was recorded.
timestamp - The time that the metric was recorded.RawMetricData.Builder step(Integer step)
The metric step (epoch).
step - The metric step (epoch).RawMetricData.Builder value(Double value)
The metric value.
value - The metric value.Copyright © 2023. All rights reserved.