public static interface TimestampMetricValuePair.Builder extends SdkPojo, CopyableBuilder<TimestampMetricValuePair.Builder,TimestampMetricValuePair>
| Modifier and Type | Method and Description |
|---|---|
TimestampMetricValuePair.Builder |
metricValue(Double metricValue)
Value of the anomalous metric data point at respective Timestamp.
|
TimestampMetricValuePair.Builder |
timestamp(Instant timestamp)
A
Timestamp that specifies the time the event occurred. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimestampMetricValuePair.Builder timestamp(Instant timestamp)
A Timestamp that specifies the time the event occurred.
timestamp - A Timestamp that specifies the time the event occurred.TimestampMetricValuePair.Builder metricValue(Double metricValue)
Value of the anomalous metric data point at respective Timestamp.
metricValue - Value of the anomalous metric data point at respective Timestamp.Copyright © 2023. All rights reserved.