Interface MetricDatapoint.Builder

    • Method Detail

      • average

        MetricDatapoint.Builder average​(Double average)

        The average.

        Parameters:
        average - The average.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maximum

        MetricDatapoint.Builder maximum​(Double maximum)

        The maximum.

        Parameters:
        maximum - The maximum.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minimum

        MetricDatapoint.Builder minimum​(Double minimum)

        The minimum.

        Parameters:
        minimum - The minimum.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sampleCount

        MetricDatapoint.Builder sampleCount​(Double sampleCount)

        The sample count.

        Parameters:
        sampleCount - The sample count.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sum

        MetricDatapoint.Builder sum​(Double sum)

        The sum.

        Parameters:
        sum - The sum.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestamp

        MetricDatapoint.Builder timestamp​(Instant timestamp)

        The timestamp (1479816991.349).

        Parameters:
        timestamp - The timestamp (1479816991.349).
        Returns:
        Returns a reference to this object so that method calls can be chained together.