Interface SummarizedCounter.Builder

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

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

    • name

      The counter name.

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

      The maximum value of the counter for a specified time period.

      Parameters:
      max - The maximum value of the counter for a specified time period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • average

      The average value of the counter for a specified time period.

      Parameters:
      average - The average value of the counter for a specified time period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sum

      The total of counter values for a specified time period.

      Parameters:
      sum - The total of counter values for a specified time period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • n

      The number of counters for a specified time period.

      Parameters:
      n - The number of counters for a specified time period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unit

      The unit of the counters.

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