public static interface ListMetricValuesResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListMetricValuesResponse.Builder,ListMetricValuesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMetricValuesResponse.Builder |
metricDatumList(Collection<MetricDatum> metricDatumList)
The data the thing reports for the metric during the specified time period.
|
ListMetricValuesResponse.Builder |
metricDatumList(Consumer<MetricDatum.Builder>... metricDatumList)
The data the thing reports for the metric during the specified time period.
|
ListMetricValuesResponse.Builder |
metricDatumList(MetricDatum... metricDatumList)
The data the thing reports for the metric during the specified time period.
|
ListMetricValuesResponse.Builder |
nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMetricValuesResponse.Builder metricDatumList(Collection<MetricDatum> metricDatumList)
The data the thing reports for the metric during the specified time period.
metricDatumList - The data the thing reports for the metric during the specified time period.ListMetricValuesResponse.Builder metricDatumList(MetricDatum... metricDatumList)
The data the thing reports for the metric during the specified time period.
metricDatumList - The data the thing reports for the metric during the specified time period.ListMetricValuesResponse.Builder metricDatumList(Consumer<MetricDatum.Builder>... metricDatumList)
The data the thing reports for the metric during the specified time period.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #metricDatumList(List) .metricDatumList - a consumer that will call methods on List.Builder #metricDatumList(List) ListMetricValuesResponse.Builder nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null if there are no additional
results.
nextToken - A token that can be used to retrieve the next set of results, or null if there are no
additional results.Copyright © 2022. All rights reserved.