public static interface HistogramEntry.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
HistogramEntry.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.