public static interface StatisticSet.Builder extends SdkPojo, CopyableBuilder<StatisticSet.Builder,StatisticSet>
| Modifier and Type | Method and Description |
|---|---|
StatisticSet.Builder |
maximum(Double maximum)
Internal only.
|
StatisticSet.Builder |
minimum(Double minimum)
Internal only.
|
StatisticSet.Builder |
sampleCount(Integer sampleCount)
Internal only.
|
StatisticSet.Builder |
sum(Double sum)
Internal only.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStatisticSet.Builder maximum(Double maximum)
Internal only. The maximum value of the sample set.
maximum - Internal only. The maximum value of the sample set.StatisticSet.Builder minimum(Double minimum)
Internal only. The minimum value of the sample set.
minimum - Internal only. The minimum value of the sample set.StatisticSet.Builder sampleCount(Integer sampleCount)
Internal only. The number of samples used for the statistic set.
sampleCount - Internal only. The number of samples used for the statistic set.StatisticSet.Builder sum(Double sum)
Internal only. The sum of values for the sample set.
sum - Internal only. The sum of values for the sample set.Copyright © 2022. All rights reserved.