|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudwatch.domain.StatisticValues.Builder
public static class StatisticValues.Builder
| Constructor Summary | |
|---|---|
StatisticValues.Builder()
Creates a new builder. |
|
| Method Summary | |
|---|---|
StatisticValues |
build()
Returns a newly-created StatisticSet based on the contents of the Builder. |
StatisticValues.Builder |
maximum(double maximum)
The maximum value of the sample set. |
StatisticValues.Builder |
minimum(double minimum)
The minimum value of the sample set. |
StatisticValues.Builder |
sampleCount(double sampleCount)
The the number of samples used for the statistic set. |
StatisticValues.Builder |
sum(double sum)
The sum of values for the sample set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatisticValues.Builder()
StatisticValues.builder().
| Method Detail |
|---|
public StatisticValues.Builder maximum(double maximum)
maximum - the maximum value of the sample set
Builder objectpublic StatisticValues.Builder minimum(double minimum)
minimum - the minimum value of the sample set
Builder objectpublic StatisticValues.Builder sampleCount(double sampleCount)
sampleCount - the number of samples used for the statistic set
Builder objectpublic StatisticValues.Builder sum(double sum)
sum - the sum of values for the sample set
Builder objectpublic StatisticValues build()
StatisticSet based on the contents of the Builder.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||