Interface MetricDatapoint.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MetricDatapoint.Builder,MetricDatapoint>, SdkBuilder<MetricDatapoint.Builder,MetricDatapoint>, SdkPojo
Enclosing class:
MetricDatapoint

public static interface MetricDatapoint.Builder extends SdkPojo, CopyableBuilder<MetricDatapoint.Builder,MetricDatapoint>
  • Method Details

    • 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

      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.
    • unit

      The unit.

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

      The unit.

      Parameters:
      unit - The unit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: