Interface GetMetricStatisticsResponse.Builder

    • Method Detail

      • label

        GetMetricStatisticsResponse.Builder label​(String label)

        A label for the specified metric.

        Parameters:
        label - A label for the specified metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datapoints

        GetMetricStatisticsResponse.Builder datapoints​(Collection<Datapoint> datapoints)

        The data points for the specified metric.

        Parameters:
        datapoints - The data points for the specified metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datapoints

        GetMetricStatisticsResponse.Builder datapoints​(Datapoint... datapoints)

        The data points for the specified metric.

        Parameters:
        datapoints - The data points for the specified metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.