public static interface MetricData.Builder extends SdkPojo, CopyableBuilder<MetricData.Builder,MetricData>
| Modifier and Type | Method and Description |
|---|---|
MetricData.Builder |
metricName(String metricName)
The name of the metric.
|
MetricData.Builder |
timestamp(Instant timestamp)
The date and time that the algorithm emitted the metric.
|
MetricData.Builder |
value(Float value)
The value of the metric.
|
copyapplyMutation, buildMetricData.Builder metricName(String metricName)
The name of the metric.
metricName - The name of the metric.MetricData.Builder value(Float value)
The value of the metric.
value - The value of the metric.MetricData.Builder timestamp(Instant timestamp)
The date and time that the algorithm emitted the metric.
timestamp - The date and time that the algorithm emitted the metric.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.