Interface TimestampMetricValuePair.Builder

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

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

    • timestamp

      A Timestamp that specifies the time the event occurred.

      Parameters:
      timestamp - A Timestamp that specifies the time the event occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricValue

      TimestampMetricValuePair.Builder metricValue(Double metricValue)

      Value of the anomalous metric data point at respective Timestamp.

      Parameters:
      metricValue - Value of the anomalous metric data point at respective Timestamp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.