CopyableBuilder<StatisticSet.Builder,StatisticSet>, SdkBuilder<StatisticSet.Builder,StatisticSet>public static interface StatisticSet.Builder extends CopyableBuilder<StatisticSet.Builder,StatisticSet>
| Modifier and Type | Method | Description |
|---|---|---|
StatisticSet.Builder |
maximum(Double maximum) |
The maximum value of the sample set.
|
StatisticSet.Builder |
minimum(Double minimum) |
The minimum value of the sample set.
|
StatisticSet.Builder |
sampleCount(Double sampleCount) |
The number of samples used for the statistic set.
|
StatisticSet.Builder |
sum(Double sum) |
The sum of values for the sample set.
|
copyapply, buildStatisticSet.Builder sampleCount(Double sampleCount)
The number of samples used for the statistic set.
sampleCount - The number of samples used for the statistic set.StatisticSet.Builder sum(Double sum)
The sum of values for the sample set.
sum - The sum of values for the sample set.StatisticSet.Builder minimum(Double minimum)
The minimum value of the sample set.
minimum - The minimum value of the sample set.StatisticSet.Builder maximum(Double maximum)
The maximum value of the sample set.
maximum - The maximum value of the sample set.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.