Interface TimestampMetricValuePair.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TimestampMetricValuePair.Builder,
,TimestampMetricValuePair> SdkBuilder<TimestampMetricValuePair.Builder,
,TimestampMetricValuePair> SdkPojo
- Enclosing class:
TimestampMetricValuePair
@Mutable
@NotThreadSafe
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.ATimestamp
that specifies the time the event occurred.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
timestamp
A
Timestamp
that specifies the time the event occurred.- Parameters:
timestamp
- ATimestamp
that 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.
-