Uses of Interface
software.amazon.awssdk.services.quicksight.model.BinWidthOptions.Builder
-
Packages that use BinWidthOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of BinWidthOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return BinWidthOptions.Builder Modifier and Type Method Description BinWidthOptions.BuilderBinWidthOptions.Builder. binCountLimit(Long binCountLimit)The options that determine the bin count limit.static BinWidthOptions.BuilderBinWidthOptions. builder()BinWidthOptions.BuilderBinWidthOptions. toBuilder()BinWidthOptions.BuilderBinWidthOptions.Builder. value(Double value)The options that determine the bin width value.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type BinWidthOptions.Builder Modifier and Type Method Description static Class<? extends BinWidthOptions.Builder>BinWidthOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type BinWidthOptions.Builder Modifier and Type Method Description default HistogramBinOptions.BuilderHistogramBinOptions.Builder. binWidth(Consumer<BinWidthOptions.Builder> binWidth)The options that determine the bin width of a histogram.
-