public static interface SummarizedCounter.Builder extends CopyableBuilder<SummarizedCounter.Builder,SummarizedCounter>
| Modifier and Type | Method and Description |
|---|---|
SummarizedCounter.Builder |
average(Double average)
The average value of the counter for a specified time period.
|
SummarizedCounter.Builder |
max(Double max)
The maximum value of the counter for a specified time period.
|
SummarizedCounter.Builder |
n(Integer n)
The number of counters for a specified time period.
|
SummarizedCounter.Builder |
name(String name)
The counter name.
|
SummarizedCounter.Builder |
sum(Double sum)
The total of counter values for a specified time period.
|
SummarizedCounter.Builder |
unit(String unit)
The unit of the counters.
|
copyapply, buildSummarizedCounter.Builder name(String name)
The counter name.
name - The counter name.SummarizedCounter.Builder max(Double max)
The maximum value of the counter for a specified time period.
max - The maximum value of the counter for a specified time period.SummarizedCounter.Builder average(Double average)
The average value of the counter for a specified time period.
average - The average value of the counter for a specified time period.SummarizedCounter.Builder sum(Double sum)
The total of counter values for a specified time period.
sum - The total of counter values for a specified time period.SummarizedCounter.Builder n(Integer n)
The number of counters for a specified time period.
n - The number of counters for a specified time period.SummarizedCounter.Builder unit(String unit)
The unit of the counters.
unit - The unit of the counters.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.