public static interface MetricValue.Builder extends CopyableBuilder<MetricValue.Builder,MetricValue>
| Modifier and Type | Method and Description |
|---|---|
MetricValue.Builder |
amount(String amount)
The actual number that represents the metric.
|
MetricValue.Builder |
unit(String unit)
The unit that the metric is given in.
|
copyapply, buildMetricValue.Builder amount(String amount)
The actual number that represents the metric.
amount - The actual number that represents the metric.MetricValue.Builder unit(String unit)
The unit that the metric is given in.
unit - The unit that the metric is given in.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.