Interface HistogramConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HistogramConfiguration.Builder,HistogramConfiguration>,SdkBuilder<HistogramConfiguration.Builder,HistogramConfiguration>,SdkPojo
- Enclosing class:
- HistogramConfiguration
public static interface HistogramConfiguration.Builder extends SdkPojo, CopyableBuilder<HistogramConfiguration.Builder,HistogramConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default HistogramConfiguration.BuilderbinOptions(Consumer<HistogramBinOptions.Builder> binOptions)The options that determine the presentation of histogram bins.HistogramConfiguration.BuilderbinOptions(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.HistogramConfiguration.BuilderdataLabels(DataLabelOptions dataLabels)The data label configuration of a histogram.default HistogramConfiguration.BuilderfieldWells(Consumer<HistogramFieldWells.Builder> fieldWells)The field well configuration of a histogram.HistogramConfiguration.BuilderfieldWells(HistogramFieldWells fieldWells)The field well configuration of a histogram.default HistogramConfiguration.Builderinteractions(Consumer<VisualInteractionOptions.Builder> interactions)The general visual interactions setup for a visual.HistogramConfiguration.Builderinteractions(VisualInteractionOptions interactions)The general visual interactions setup for a visual.default HistogramConfiguration.Buildertooltip(Consumer<TooltipOptions.Builder> tooltip)The tooltip configuration of a histogram.HistogramConfiguration.Buildertooltip(TooltipOptions tooltip)The tooltip configuration of a histogram.default HistogramConfiguration.BuildervisualPalette(Consumer<VisualPalette.Builder> visualPalette)The visual palette configuration of a histogram.HistogramConfiguration.BuildervisualPalette(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.HistogramConfiguration.BuilderxAxisDisplayOptions(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.HistogramConfiguration.BuilderxAxisLabelOptions(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.HistogramConfiguration.BuilderyAxisDisplayOptions(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 Detail
-
fieldWells
HistogramConfiguration.Builder fieldWells(HistogramFieldWells 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
default HistogramConfiguration.Builder fieldWells(Consumer<HistogramFieldWells.Builder> 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:
fieldWells(HistogramFieldWells)
-
xAxisDisplayOptions
HistogramConfiguration.Builder xAxisDisplayOptions(AxisDisplayOptions 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:
xAxisDisplayOptions(AxisDisplayOptions)
-
xAxisLabelOptions
HistogramConfiguration.Builder xAxisLabelOptions(ChartAxisLabelOptions 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:
xAxisLabelOptions(ChartAxisLabelOptions)
-
yAxisDisplayOptions
HistogramConfiguration.Builder yAxisDisplayOptions(AxisDisplayOptions 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:
yAxisDisplayOptions(AxisDisplayOptions)
-
binOptions
HistogramConfiguration.Builder binOptions(HistogramBinOptions 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
default HistogramConfiguration.Builder binOptions(Consumer<HistogramBinOptions.Builder> 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:
binOptions(HistogramBinOptions)
-
dataLabels
HistogramConfiguration.Builder dataLabels(DataLabelOptions 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
default HistogramConfiguration.Builder dataLabels(Consumer<DataLabelOptions.Builder> 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:
dataLabels(DataLabelOptions)
-
tooltip
HistogramConfiguration.Builder tooltip(TooltipOptions 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
default HistogramConfiguration.Builder tooltip(Consumer<TooltipOptions.Builder> 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:
tooltip(TooltipOptions)
-
visualPalette
HistogramConfiguration.Builder visualPalette(VisualPalette 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
default HistogramConfiguration.Builder visualPalette(Consumer<VisualPalette.Builder> 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:
visualPalette(VisualPalette)
-
interactions
HistogramConfiguration.Builder interactions(VisualInteractionOptions 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.Builderavoiding the need to create one manually viaVisualInteractionOptions.builder().When the
Consumercompletes,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:
interactions(VisualInteractionOptions)
-
-