Interface ComboChartConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ComboChartConfiguration.Builder,ComboChartConfiguration>,SdkBuilder<ComboChartConfiguration.Builder,ComboChartConfiguration>,SdkPojo
- Enclosing class:
- ComboChartConfiguration
@Mutable @NotThreadSafe public static interface ComboChartConfiguration.Builder extends SdkPojo, CopyableBuilder<ComboChartConfiguration.Builder,ComboChartConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ComboChartConfiguration.BuilderbarDataLabels(Consumer<DataLabelOptions.Builder> barDataLabels)The options that determine if visual data labels are displayed.ComboChartConfiguration.BuilderbarDataLabels(DataLabelOptions barDataLabels)The options that determine if visual data labels are displayed.ComboChartConfiguration.BuilderbarsArrangement(String barsArrangement)Determines the bar arrangement in a combo chart.ComboChartConfiguration.BuilderbarsArrangement(BarsArrangement barsArrangement)Determines the bar arrangement in a combo chart.default ComboChartConfiguration.BuildercategoryAxis(Consumer<AxisDisplayOptions.Builder> categoryAxis)The category axis of a combo chart.ComboChartConfiguration.BuildercategoryAxis(AxisDisplayOptions categoryAxis)The category axis of a combo chart.default ComboChartConfiguration.BuildercategoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.ComboChartConfiguration.BuildercategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.default ComboChartConfiguration.BuildercolorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions)The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.ComboChartConfiguration.BuildercolorLabelOptions(ChartAxisLabelOptions colorLabelOptions)The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.default ComboChartConfiguration.BuilderfieldWells(Consumer<ComboChartFieldWells.Builder> fieldWells)The field wells of the visual.ComboChartConfiguration.BuilderfieldWells(ComboChartFieldWells fieldWells)The field wells of the visual.default ComboChartConfiguration.Builderinteractions(Consumer<VisualInteractionOptions.Builder> interactions)The general visual interactions setup for a visual.ComboChartConfiguration.Builderinteractions(VisualInteractionOptions interactions)The general visual interactions setup for a visual.default ComboChartConfiguration.Builderlegend(Consumer<LegendOptions.Builder> legend)The legend display setup of the visual.ComboChartConfiguration.Builderlegend(LegendOptions legend)The legend display setup of the visual.default ComboChartConfiguration.BuilderlineDataLabels(Consumer<DataLabelOptions.Builder> lineDataLabels)The options that determine if visual data labels are displayed.ComboChartConfiguration.BuilderlineDataLabels(DataLabelOptions lineDataLabels)The options that determine if visual data labels are displayed.default ComboChartConfiguration.BuilderprimaryYAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> primaryYAxisDisplayOptions)The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.ComboChartConfiguration.BuilderprimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.default ComboChartConfiguration.BuilderprimaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> primaryYAxisLabelOptions)The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.ComboChartConfiguration.BuilderprimaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.ComboChartConfiguration.BuilderreferenceLines(Collection<ReferenceLine> referenceLines)The reference line setup of the visual.ComboChartConfiguration.BuilderreferenceLines(Consumer<ReferenceLine.Builder>... referenceLines)The reference line setup of the visual.ComboChartConfiguration.BuilderreferenceLines(ReferenceLine... referenceLines)The reference line setup of the visual.default ComboChartConfiguration.BuildersecondaryYAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> secondaryYAxisDisplayOptions)The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.ComboChartConfiguration.BuildersecondaryYAxisDisplayOptions(AxisDisplayOptions secondaryYAxisDisplayOptions)The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.default ComboChartConfiguration.BuildersecondaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> secondaryYAxisLabelOptions)The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.ComboChartConfiguration.BuildersecondaryYAxisLabelOptions(ChartAxisLabelOptions secondaryYAxisLabelOptions)The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.default ComboChartConfiguration.BuildersingleAxisOptions(Consumer<SingleAxisOptions.Builder> singleAxisOptions)Sets the value of the SingleAxisOptions property for this object.ComboChartConfiguration.BuildersingleAxisOptions(SingleAxisOptions singleAxisOptions)Sets the value of the SingleAxisOptions property for this object.default ComboChartConfiguration.BuildersortConfiguration(Consumer<ComboChartSortConfiguration.Builder> sortConfiguration)The sort configuration of aComboChartVisual.ComboChartConfiguration.BuildersortConfiguration(ComboChartSortConfiguration sortConfiguration)The sort configuration of aComboChartVisual.default ComboChartConfiguration.Buildertooltip(Consumer<TooltipOptions.Builder> tooltip)The legend display setup of the visual.ComboChartConfiguration.Buildertooltip(TooltipOptions tooltip)The legend display setup of the visual.default ComboChartConfiguration.BuildervisualPalette(Consumer<VisualPalette.Builder> visualPalette)The palette (chart color) display setup of the visual.ComboChartConfiguration.BuildervisualPalette(VisualPalette visualPalette)The palette (chart color) display setup of the visual.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
fieldWells
ComboChartConfiguration.Builder fieldWells(ComboChartFieldWells fieldWells)
The field wells of the visual.
- Parameters:
fieldWells- The field wells of the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldWells
default ComboChartConfiguration.Builder fieldWells(Consumer<ComboChartFieldWells.Builder> fieldWells)
The field wells of the visual.
This is a convenience method that creates an instance of theComboChartFieldWells.Builderavoiding the need to create one manually viaComboChartFieldWells.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofieldWells(ComboChartFieldWells).- Parameters:
fieldWells- a consumer that will call methods onComboChartFieldWells.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fieldWells(ComboChartFieldWells)
-
sortConfiguration
ComboChartConfiguration.Builder sortConfiguration(ComboChartSortConfiguration sortConfiguration)
The sort configuration of a
ComboChartVisual.- Parameters:
sortConfiguration- The sort configuration of aComboChartVisual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortConfiguration
default ComboChartConfiguration.Builder sortConfiguration(Consumer<ComboChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a
This is a convenience method that creates an instance of theComboChartVisual.ComboChartSortConfiguration.Builderavoiding the need to create one manually viaComboChartSortConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosortConfiguration(ComboChartSortConfiguration).- Parameters:
sortConfiguration- a consumer that will call methods onComboChartSortConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sortConfiguration(ComboChartSortConfiguration)
-
barsArrangement
ComboChartConfiguration.Builder barsArrangement(String barsArrangement)
Determines the bar arrangement in a combo chart. The following are valid values in this structure:
-
CLUSTERED: For clustered bar combo charts. -
STACKED: For stacked bar combo charts. -
STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.
- Parameters:
barsArrangement- Determines the bar arrangement in a combo chart. The following are valid values in this structure:-
CLUSTERED: For clustered bar combo charts. -
STACKED: For stacked bar combo charts. -
STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BarsArrangement,BarsArrangement
-
-
barsArrangement
ComboChartConfiguration.Builder barsArrangement(BarsArrangement barsArrangement)
Determines the bar arrangement in a combo chart. The following are valid values in this structure:
-
CLUSTERED: For clustered bar combo charts. -
STACKED: For stacked bar combo charts. -
STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.
- Parameters:
barsArrangement- Determines the bar arrangement in a combo chart. The following are valid values in this structure:-
CLUSTERED: For clustered bar combo charts. -
STACKED: For stacked bar combo charts. -
STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BarsArrangement,BarsArrangement
-
-
categoryAxis
ComboChartConfiguration.Builder categoryAxis(AxisDisplayOptions categoryAxis)
The category axis of a combo chart.
- Parameters:
categoryAxis- The category axis of a combo chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categoryAxis
default ComboChartConfiguration.Builder categoryAxis(Consumer<AxisDisplayOptions.Builder> categoryAxis)
The category axis of a combo chart.
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 tocategoryAxis(AxisDisplayOptions).- Parameters:
categoryAxis- 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:
categoryAxis(AxisDisplayOptions)
-
categoryLabelOptions
ComboChartConfiguration.Builder categoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- Parameters:
categoryLabelOptions- The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categoryLabelOptions
default ComboChartConfiguration.Builder categoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
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 tocategoryLabelOptions(ChartAxisLabelOptions).- Parameters:
categoryLabelOptions- 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:
categoryLabelOptions(ChartAxisLabelOptions)
-
primaryYAxisDisplayOptions
ComboChartConfiguration.Builder primaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- Parameters:
primaryYAxisDisplayOptions- The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
primaryYAxisDisplayOptions
default ComboChartConfiguration.Builder primaryYAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
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 toprimaryYAxisDisplayOptions(AxisDisplayOptions).- Parameters:
primaryYAxisDisplayOptions- 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:
primaryYAxisDisplayOptions(AxisDisplayOptions)
-
primaryYAxisLabelOptions
ComboChartConfiguration.Builder primaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- Parameters:
primaryYAxisLabelOptions- The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
primaryYAxisLabelOptions
default ComboChartConfiguration.Builder primaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> primaryYAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
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 toprimaryYAxisLabelOptions(ChartAxisLabelOptions).- Parameters:
primaryYAxisLabelOptions- 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:
primaryYAxisLabelOptions(ChartAxisLabelOptions)
-
secondaryYAxisDisplayOptions
ComboChartConfiguration.Builder secondaryYAxisDisplayOptions(AxisDisplayOptions secondaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- Parameters:
secondaryYAxisDisplayOptions- The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secondaryYAxisDisplayOptions
default ComboChartConfiguration.Builder secondaryYAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> secondaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
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 tosecondaryYAxisDisplayOptions(AxisDisplayOptions).- Parameters:
secondaryYAxisDisplayOptions- 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:
secondaryYAxisDisplayOptions(AxisDisplayOptions)
-
secondaryYAxisLabelOptions
ComboChartConfiguration.Builder secondaryYAxisLabelOptions(ChartAxisLabelOptions secondaryYAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- Parameters:
secondaryYAxisLabelOptions- The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secondaryYAxisLabelOptions
default ComboChartConfiguration.Builder secondaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> secondaryYAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
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 tosecondaryYAxisLabelOptions(ChartAxisLabelOptions).- Parameters:
secondaryYAxisLabelOptions- 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:
secondaryYAxisLabelOptions(ChartAxisLabelOptions)
-
singleAxisOptions
ComboChartConfiguration.Builder singleAxisOptions(SingleAxisOptions singleAxisOptions)
Sets the value of the SingleAxisOptions property for this object.- Parameters:
singleAxisOptions- The new value for the SingleAxisOptions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
singleAxisOptions
default ComboChartConfiguration.Builder singleAxisOptions(Consumer<SingleAxisOptions.Builder> singleAxisOptions)
Sets the value of the SingleAxisOptions property for this object. This is a convenience method that creates an instance of theSingleAxisOptions.Builderavoiding the need to create one manually viaSingleAxisOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosingleAxisOptions(SingleAxisOptions).- Parameters:
singleAxisOptions- a consumer that will call methods onSingleAxisOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
singleAxisOptions(SingleAxisOptions)
-
colorLabelOptions
ComboChartConfiguration.Builder colorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- Parameters:
colorLabelOptions- The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colorLabelOptions
default ComboChartConfiguration.Builder colorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
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 tocolorLabelOptions(ChartAxisLabelOptions).- Parameters:
colorLabelOptions- 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:
colorLabelOptions(ChartAxisLabelOptions)
-
legend
ComboChartConfiguration.Builder legend(LegendOptions legend)
The legend display setup of the visual.
- Parameters:
legend- The legend display setup of the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
legend
default ComboChartConfiguration.Builder legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
This is a convenience method that creates an instance of theLegendOptions.Builderavoiding the need to create one manually viaLegendOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolegend(LegendOptions).- Parameters:
legend- a consumer that will call methods onLegendOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
legend(LegendOptions)
-
barDataLabels
ComboChartConfiguration.Builder barDataLabels(DataLabelOptions barDataLabels)
The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
- Parameters:
barDataLabels- The options that determine if visual data labels are displayed.The data label options for a bar in a combo chart.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
barDataLabels
default ComboChartConfiguration.Builder barDataLabels(Consumer<DataLabelOptions.Builder> barDataLabels)
The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
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 tobarDataLabels(DataLabelOptions).- Parameters:
barDataLabels- 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:
barDataLabels(DataLabelOptions)
-
lineDataLabels
ComboChartConfiguration.Builder lineDataLabels(DataLabelOptions lineDataLabels)
The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
- Parameters:
lineDataLabels- The options that determine if visual data labels are displayed.The data label options for a line in a combo chart.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineDataLabels
default ComboChartConfiguration.Builder lineDataLabels(Consumer<DataLabelOptions.Builder> lineDataLabels)
The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
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 tolineDataLabels(DataLabelOptions).- Parameters:
lineDataLabels- 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:
lineDataLabels(DataLabelOptions)
-
tooltip
ComboChartConfiguration.Builder tooltip(TooltipOptions tooltip)
The legend display setup of the visual.
- Parameters:
tooltip- The legend display setup of the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tooltip
default ComboChartConfiguration.Builder tooltip(Consumer<TooltipOptions.Builder> tooltip)
The legend display setup of the visual.
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)
-
referenceLines
ComboChartConfiguration.Builder referenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
- Parameters:
referenceLines- The reference line setup of the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
referenceLines
ComboChartConfiguration.Builder referenceLines(ReferenceLine... referenceLines)
The reference line setup of the visual.
- Parameters:
referenceLines- The reference line setup of the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
referenceLines
ComboChartConfiguration.Builder referenceLines(Consumer<ReferenceLine.Builder>... referenceLines)
The reference line setup of the visual.
This is a convenience method that creates an instance of theReferenceLine.Builderavoiding the need to create one manually viaReferenceLine.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#referenceLines(List.) - Parameters:
referenceLines- a consumer that will call methods onReferenceLine.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#referenceLines(java.util.Collection)
-
visualPalette
ComboChartConfiguration.Builder visualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
- Parameters:
visualPalette- The palette (chart color) display setup of the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualPalette
default ComboChartConfiguration.Builder visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The palette (chart color) display setup of the visual.
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
ComboChartConfiguration.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 ComboChartConfiguration.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)
-
-