Interface TimeSeries.Builder

    • Method Detail

      • timeSeriesId

        TimeSeries.Builder timeSeriesId​(String timeSeriesId)

        The ID of the metric.

        Parameters:
        timeSeriesId - The ID of the metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dimensionList

        TimeSeries.Builder dimensionList​(Collection<DimensionNameValue> dimensionList)

        The dimensions of the metric.

        Parameters:
        dimensionList - The dimensions of the metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dimensionList

        TimeSeries.Builder dimensionList​(DimensionNameValue... dimensionList)

        The dimensions of the metric.

        Parameters:
        dimensionList - The dimensions of the metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricValueList

        TimeSeries.Builder metricValueList​(Collection<Double> metricValueList)

        The values for the metric.

        Parameters:
        metricValueList - The values for the metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricValueList

        TimeSeries.Builder metricValueList​(Double... metricValueList)

        The values for the metric.

        Parameters:
        metricValueList - The values for the metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.