Interface GetMetricDataV2Response.Builder

    • Method Detail

      • nextToken

        GetMetricDataV2Response.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricResults

        GetMetricDataV2Response.Builder metricResults​(Collection<MetricResultV2> metricResults)

        Information about the metrics requested in the API request If no grouping is specified, a summary of metric data is returned.

        Parameters:
        metricResults - Information about the metrics requested in the API request If no grouping is specified, a summary of metric data is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricResults

        GetMetricDataV2Response.Builder metricResults​(MetricResultV2... metricResults)

        Information about the metrics requested in the API request If no grouping is specified, a summary of metric data is returned.

        Parameters:
        metricResults - Information about the metrics requested in the API request If no grouping is specified, a summary of metric data is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.