public static interface HistogramEntry.Builder extends CopyableBuilder<HistogramEntry.Builder,HistogramEntry>
| Modifier and Type | Method and Description |
|---|---|
HistogramEntry.Builder |
count(Integer count)
The prevalence of the entry.
|
HistogramEntry.Builder |
value(Double value)
The value of the entry.
|
copyapply, buildHistogramEntry.Builder value(Double value)
The value of the entry.
value - The value of the entry.HistogramEntry.Builder count(Integer count)
The prevalence of the entry.
count - The prevalence of the entry.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.