public static interface EdgeMetric.Builder extends SdkPojo, CopyableBuilder<EdgeMetric.Builder,EdgeMetric>
| Modifier and Type | Method and Description |
|---|---|
EdgeMetric.Builder |
dimension(String dimension)
The dimension of metrics published.
|
EdgeMetric.Builder |
metricName(String metricName)
Returns the name of the metric.
|
EdgeMetric.Builder |
timestamp(Instant timestamp)
Timestamp of when the metric was requested.
|
EdgeMetric.Builder |
value(Double value)
Returns the value of the metric.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEdgeMetric.Builder dimension(String dimension)
The dimension of metrics published.
dimension - The dimension of metrics published.EdgeMetric.Builder metricName(String metricName)
Returns the name of the metric.
metricName - Returns the name of the metric.EdgeMetric.Builder value(Double value)
Returns the value of the metric.
value - Returns the value of the metric.EdgeMetric.Builder timestamp(Instant timestamp)
Timestamp of when the metric was requested.
timestamp - Timestamp of when the metric was requested.Copyright © 2023. All rights reserved.