| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
HistogramBinOptions.Builder |
HistogramBinOptions.Builder.binCount(BinCountOptions binCount)
The options that determine the bin count of a histogram.
|
default HistogramBinOptions.Builder |
HistogramBinOptions.Builder.binCount(Consumer<BinCountOptions.Builder> binCount)
The options that determine the bin count of a histogram.
|
HistogramBinOptions.Builder |
HistogramBinOptions.Builder.binWidth(BinWidthOptions binWidth)
The options that determine the bin width of a histogram.
|
default HistogramBinOptions.Builder |
HistogramBinOptions.Builder.binWidth(Consumer<BinWidthOptions.Builder> binWidth)
The options that determine the bin width of a histogram.
|
static HistogramBinOptions.Builder |
HistogramBinOptions.builder() |
HistogramBinOptions.Builder |
HistogramBinOptions.Builder.selectedBinType(HistogramBinType selectedBinType)
The options that determine the selected bin type.
|
HistogramBinOptions.Builder |
HistogramBinOptions.Builder.selectedBinType(String selectedBinType)
The options that determine the selected bin type.
|
HistogramBinOptions.Builder |
HistogramBinOptions.Builder.startValue(Double startValue)
The options that determine the bin start value.
|
HistogramBinOptions.Builder |
HistogramBinOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HistogramBinOptions.Builder> |
HistogramBinOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistogramConfiguration.Builder |
HistogramConfiguration.Builder.binOptions(Consumer<HistogramBinOptions.Builder> binOptions)
The options that determine the presentation of histogram bins.
|
Copyright © 2023. All rights reserved.