Interface ListMetricValuesResponse.Builder

    • Method Detail

      • metricDatumList

        ListMetricValuesResponse.Builder metricDatumList​(Collection<MetricDatum> metricDatumList)

        The data the thing reports for the metric during the specified time period.

        Parameters:
        metricDatumList - The data the thing reports for the metric during the specified time period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricDatumList

        ListMetricValuesResponse.Builder metricDatumList​(MetricDatum... metricDatumList)

        The data the thing reports for the metric during the specified time period.

        Parameters:
        metricDatumList - The data the thing reports for the metric during the specified time period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        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.

        Parameters:
        nextToken - A token that can be used to retrieve the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.