Interface HistogramConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<HistogramConfiguration.Builder,,HistogramConfiguration> SdkBuilder<HistogramConfiguration.Builder,,HistogramConfiguration> SdkPojo
- Enclosing class:
 HistogramConfiguration
- 
Method Summary
Modifier and TypeMethodDescriptiondefault HistogramConfiguration.BuilderbinOptions(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.BuilderdataLabels(Consumer<DataLabelOptions.Builder> dataLabels) The data label configuration of a histogram.dataLabels(DataLabelOptions dataLabels) The data label configuration of a histogram.default HistogramConfiguration.BuilderfieldWells(Consumer<HistogramFieldWells.Builder> fieldWells) The field well configuration of a histogram.fieldWells(HistogramFieldWells fieldWells) The field well configuration of a histogram.default HistogramConfiguration.Buildertooltip(Consumer<TooltipOptions.Builder> tooltip) The tooltip configuration of a histogram.tooltip(TooltipOptions tooltip) The tooltip configuration of a histogram.default HistogramConfiguration.BuildervisualPalette(Consumer<VisualPalette.Builder> visualPalette) The visual palette configuration of a histogram.visualPalette(VisualPalette visualPalette) The visual palette configuration of a histogram.default HistogramConfiguration.BuilderxAxisDisplayOptions(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.BuilderxAxisLabelOptions(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.BuilderyAxisDisplayOptions(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.Builderavoiding the need to create one manually viaHistogramFieldWells.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaAxisDisplayOptions.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaChartAxisLabelOptions.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaAxisDisplayOptions.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaHistogramBinOptions.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaDataLabelOptions.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaTooltipOptions.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaVisualPalette.builder().When the
Consumercompletes,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:
 
 
 -