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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestampMetricValuePair.BuildermetricValue(Double metricValue)Value of the anomalous metric data point at respective Timestamp.TimestampMetricValuePair.Buildertimestamp(Instant timestamp)ATimestampthat 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, sdkFields
-
-
-
-
Method Detail
-
timestamp
TimestampMetricValuePair.Builder timestamp(Instant 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
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.
-
-