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 Summary
Modifier and TypeMethodDescriptionmetricValue(Double metricValue) Value of the anomalous metric data point at respective Timestamp.ATimestampthat specifies the time the event occurred.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
timestamp
A
Timestampthat specifies the time the event occurred.- Parameters:
timestamp- ATimestampthat specifies the time the event occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-