public static interface GetMetricStatisticsResponse.Builder extends CloudWatchResponse.Builder, CopyableBuilder<GetMetricStatisticsResponse.Builder,GetMetricStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMetricStatisticsResponse.Builder |
datapoints(Collection<Datapoint> datapoints)
The data points for the specified metric.
|
GetMetricStatisticsResponse.Builder |
datapoints(Datapoint... datapoints)
The data points for the specified metric.
|
GetMetricStatisticsResponse.Builder |
label(String label)
A label for the specified metric.
|
buildcopyapply, buildGetMetricStatisticsResponse.Builder label(String label)
A label for the specified metric.
label - A label for the specified metric.GetMetricStatisticsResponse.Builder datapoints(Collection<Datapoint> datapoints)
The data points for the specified metric.
datapoints - The data points for the specified metric.GetMetricStatisticsResponse.Builder datapoints(Datapoint... datapoints)
The data points for the specified metric.
datapoints - The data points for the specified metric.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.