Interface HistogramConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HistogramConfiguration.Builder,
,HistogramConfiguration> SdkBuilder<HistogramConfiguration.Builder,
,HistogramConfiguration> SdkPojo
- Enclosing class:
HistogramConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondefault HistogramConfiguration.Builder
binOptions
(Consumer<HistogramBinOptions.Builder> binOptions) The options that determine the presentation of histogram bins.binOptions
(HistogramBinOptions binOptions) The options that determine the presentation of histogram bins.default HistogramConfiguration.Builder
dataLabels
(Consumer<DataLabelOptions.Builder> dataLabels) The data label configuration of a histogram.dataLabels
(DataLabelOptions dataLabels) The data label configuration of a histogram.default HistogramConfiguration.Builder
fieldWells
(Consumer<HistogramFieldWells.Builder> fieldWells) The field well configuration of a histogram.fieldWells
(HistogramFieldWells fieldWells) The field well configuration of a histogram.default HistogramConfiguration.Builder
interactions
(Consumer<VisualInteractionOptions.Builder> interactions) The general visual interactions setup for a visual.interactions
(VisualInteractionOptions interactions) The general visual interactions setup for a visual.default HistogramConfiguration.Builder
tooltip
(Consumer<TooltipOptions.Builder> tooltip) The tooltip configuration of a histogram.tooltip
(TooltipOptions tooltip) The tooltip configuration of a histogram.default HistogramConfiguration.Builder
visualPalette
(Consumer<VisualPalette.Builder> visualPalette) The visual palette configuration of a histogram.visualPalette
(VisualPalette visualPalette) The visual palette configuration of a histogram.default HistogramConfiguration.Builder
xAxisDisplayOptions
(Consumer<AxisDisplayOptions.Builder> xAxisDisplayOptions) The options that determine the presentation of the x-axis.xAxisDisplayOptions
(AxisDisplayOptions xAxisDisplayOptions) The options that determine the presentation of the x-axis.default HistogramConfiguration.Builder
xAxisLabelOptions
(Consumer<ChartAxisLabelOptions.Builder> xAxisLabelOptions) The options that determine the presentation of the x-axis label.xAxisLabelOptions
(ChartAxisLabelOptions xAxisLabelOptions) The options that determine the presentation of the x-axis label.default HistogramConfiguration.Builder
yAxisDisplayOptions
(Consumer<AxisDisplayOptions.Builder> yAxisDisplayOptions) The options that determine the presentation of the y-axis.yAxisDisplayOptions
(AxisDisplayOptions yAxisDisplayOptions) The options that determine the presentation of the y-axis.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
fieldWells
The field well configuration of a histogram.
- Parameters:
fieldWells
- The field well configuration of a histogram.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldWells
The field well configuration of a histogram.
This is a convenience method that creates an instance of theHistogramFieldWells.Builder
avoiding the need to create one manually viaHistogramFieldWells.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofieldWells(HistogramFieldWells)
.- Parameters:
fieldWells
- a consumer that will call methods onHistogramFieldWells.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
xAxisDisplayOptions
The options that determine the presentation of the x-axis.
- Parameters:
xAxisDisplayOptions
- The options that determine the presentation of the x-axis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
xAxisDisplayOptions
default HistogramConfiguration.Builder xAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> xAxisDisplayOptions) The options that determine the presentation of the x-axis.
This is a convenience method that creates an instance of theAxisDisplayOptions.Builder
avoiding the need to create one manually viaAxisDisplayOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toxAxisDisplayOptions(AxisDisplayOptions)
.- Parameters:
xAxisDisplayOptions
- a consumer that will call methods onAxisDisplayOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
xAxisLabelOptions
The options that determine the presentation of the x-axis label.
- Parameters:
xAxisLabelOptions
- The options that determine the presentation of the x-axis label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
xAxisLabelOptions
default HistogramConfiguration.Builder xAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> xAxisLabelOptions) The options that determine the presentation of the x-axis label.
This is a convenience method that creates an instance of theChartAxisLabelOptions.Builder
avoiding the need to create one manually viaChartAxisLabelOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toxAxisLabelOptions(ChartAxisLabelOptions)
.- Parameters:
xAxisLabelOptions
- a consumer that will call methods onChartAxisLabelOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
yAxisDisplayOptions
The options that determine the presentation of the y-axis.
- Parameters:
yAxisDisplayOptions
- The options that determine the presentation of the y-axis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
yAxisDisplayOptions
default HistogramConfiguration.Builder yAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> yAxisDisplayOptions) The options that determine the presentation of the y-axis.
This is a convenience method that creates an instance of theAxisDisplayOptions.Builder
avoiding the need to create one manually viaAxisDisplayOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toyAxisDisplayOptions(AxisDisplayOptions)
.- Parameters:
yAxisDisplayOptions
- a consumer that will call methods onAxisDisplayOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
binOptions
The options that determine the presentation of histogram bins.
- Parameters:
binOptions
- The options that determine the presentation of histogram bins.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
binOptions
The options that determine the presentation of histogram bins.
This is a convenience method that creates an instance of theHistogramBinOptions.Builder
avoiding the need to create one manually viaHistogramBinOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobinOptions(HistogramBinOptions)
.- Parameters:
binOptions
- a consumer that will call methods onHistogramBinOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataLabels
The data label configuration of a histogram.
- Parameters:
dataLabels
- The data label configuration of a histogram.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataLabels
The data label configuration of a histogram.
This is a convenience method that creates an instance of theDataLabelOptions.Builder
avoiding the need to create one manually viaDataLabelOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataLabels(DataLabelOptions)
.- Parameters:
dataLabels
- a consumer that will call methods onDataLabelOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tooltip
The tooltip configuration of a histogram.
- Parameters:
tooltip
- The tooltip configuration of a histogram.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tooltip
The tooltip configuration of a histogram.
This is a convenience method that creates an instance of theTooltipOptions.Builder
avoiding the need to create one manually viaTooltipOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totooltip(TooltipOptions)
.- Parameters:
tooltip
- a consumer that will call methods onTooltipOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visualPalette
The visual palette configuration of a histogram.
- Parameters:
visualPalette
- The visual palette configuration of a histogram.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualPalette
The visual palette configuration of a histogram.
This is a convenience method that creates an instance of theVisualPalette.Builder
avoiding the need to create one manually viaVisualPalette.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovisualPalette(VisualPalette)
.- Parameters:
visualPalette
- a consumer that will call methods onVisualPalette.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
interactions
The general visual interactions setup for a visual.
- Parameters:
interactions
- The general visual interactions setup for a visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interactions
default HistogramConfiguration.Builder interactions(Consumer<VisualInteractionOptions.Builder> interactions) The general visual interactions setup for a visual.
This is a convenience method that creates an instance of theVisualInteractionOptions.Builder
avoiding the need to create one manually viaVisualInteractionOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tointeractions(VisualInteractionOptions)
.- Parameters:
interactions
- a consumer that will call methods onVisualInteractionOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-