Interface RawMetricData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RawMetricData.Builder,
,RawMetricData> SdkBuilder<RawMetricData.Builder,
,RawMetricData> SdkPojo
- Enclosing class:
RawMetricData
@Mutable
@NotThreadSafe
public static interface RawMetricData.Builder
extends SdkPojo, CopyableBuilder<RawMetricData.Builder,RawMetricData>
-
Method Summary
Modifier and TypeMethodDescriptionmetricName
(String metricName) The name of the metric.The metric step (epoch).The time that the metric was recorded.The metric value.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
-
metricName
The name of the metric.
- Parameters:
metricName
- The name of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
The time that the metric was recorded.
- Parameters:
timestamp
- The time that the metric was recorded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
step
The metric step (epoch).
- Parameters:
step
- The metric step (epoch).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The metric value.
- Parameters:
value
- The metric value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-