Interface Visual.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Visual.Builder,Visual>,SdkBuilder<Visual.Builder,Visual>,SdkPojo
- Enclosing class:
- Visual
public static interface Visual.Builder extends SdkPojo, CopyableBuilder<Visual.Builder,Visual>
-
-
Method Summary
-
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
-
tableVisual
Visual.Builder tableVisual(TableVisual tableVisual)
A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
- Parameters:
tableVisual- A table visual.For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableVisual
default Visual.Builder tableVisual(Consumer<TableVisual.Builder> tableVisual)
A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theTableVisual.Builderavoiding the need to create one manually viaTableVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totableVisual(TableVisual).- Parameters:
tableVisual- a consumer that will call methods onTableVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tableVisual(TableVisual)
-
pivotTableVisual
Visual.Builder pivotTableVisual(PivotTableVisual pivotTableVisual)
A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
- Parameters:
pivotTableVisual- A pivot table.For more information, see Using pivot tables in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pivotTableVisual
default Visual.Builder pivotTableVisual(Consumer<PivotTableVisual.Builder> pivotTableVisual)
A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of thePivotTableVisual.Builderavoiding the need to create one manually viaPivotTableVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topivotTableVisual(PivotTableVisual).- Parameters:
pivotTableVisual- a consumer that will call methods onPivotTableVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
pivotTableVisual(PivotTableVisual)
-
barChartVisual
Visual.Builder barChartVisual(BarChartVisual barChartVisual)
A bar chart.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
- Parameters:
barChartVisual- A bar chart.For more information, see Using bar charts in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
barChartVisual
default Visual.Builder barChartVisual(Consumer<BarChartVisual.Builder> barChartVisual)
A bar chart.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theBarChartVisual.Builderavoiding the need to create one manually viaBarChartVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobarChartVisual(BarChartVisual).- Parameters:
barChartVisual- a consumer that will call methods onBarChartVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
barChartVisual(BarChartVisual)
-
kpiVisual
Visual.Builder kpiVisual(KPIVisual kpiVisual)
A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
- Parameters:
kpiVisual- A key performance indicator (KPI).For more information, see Using KPIs in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kpiVisual
default Visual.Builder kpiVisual(Consumer<KPIVisual.Builder> kpiVisual)
A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theKPIVisual.Builderavoiding the need to create one manually viaKPIVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tokpiVisual(KPIVisual).- Parameters:
kpiVisual- a consumer that will call methods onKPIVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
kpiVisual(KPIVisual)
-
pieChartVisual
Visual.Builder pieChartVisual(PieChartVisual pieChartVisual)
A pie or donut chart.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
- Parameters:
pieChartVisual- A pie or donut chart.For more information, see Using pie charts in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pieChartVisual
default Visual.Builder pieChartVisual(Consumer<PieChartVisual.Builder> pieChartVisual)
A pie or donut chart.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of thePieChartVisual.Builderavoiding the need to create one manually viaPieChartVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topieChartVisual(PieChartVisual).- Parameters:
pieChartVisual- a consumer that will call methods onPieChartVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
pieChartVisual(PieChartVisual)
-
gaugeChartVisual
Visual.Builder gaugeChartVisual(GaugeChartVisual gaugeChartVisual)
A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
- Parameters:
gaugeChartVisual- A gauge chart.For more information, see Using gauge charts in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gaugeChartVisual
default Visual.Builder gaugeChartVisual(Consumer<GaugeChartVisual.Builder> gaugeChartVisual)
A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theGaugeChartVisual.Builderavoiding the need to create one manually viaGaugeChartVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togaugeChartVisual(GaugeChartVisual).- Parameters:
gaugeChartVisual- a consumer that will call methods onGaugeChartVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
gaugeChartVisual(GaugeChartVisual)
-
lineChartVisual
Visual.Builder lineChartVisual(LineChartVisual lineChartVisual)
A line chart.
For more information, see Using line charts in the Amazon QuickSight User Guide.
- Parameters:
lineChartVisual- A line chart.For more information, see Using line charts in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineChartVisual
default Visual.Builder lineChartVisual(Consumer<LineChartVisual.Builder> lineChartVisual)
A line chart.
For more information, see Using line charts in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theLineChartVisual.Builderavoiding the need to create one manually viaLineChartVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolineChartVisual(LineChartVisual).- Parameters:
lineChartVisual- a consumer that will call methods onLineChartVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lineChartVisual(LineChartVisual)
-
heatMapVisual
Visual.Builder heatMapVisual(HeatMapVisual heatMapVisual)
A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
- Parameters:
heatMapVisual- A heat map.For more information, see Using heat maps in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
heatMapVisual
default Visual.Builder heatMapVisual(Consumer<HeatMapVisual.Builder> heatMapVisual)
A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theHeatMapVisual.Builderavoiding the need to create one manually viaHeatMapVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toheatMapVisual(HeatMapVisual).- Parameters:
heatMapVisual- a consumer that will call methods onHeatMapVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
heatMapVisual(HeatMapVisual)
-
treeMapVisual
Visual.Builder treeMapVisual(TreeMapVisual treeMapVisual)
A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
- Parameters:
treeMapVisual- A tree map.For more information, see Using tree maps in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
treeMapVisual
default Visual.Builder treeMapVisual(Consumer<TreeMapVisual.Builder> treeMapVisual)
A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theTreeMapVisual.Builderavoiding the need to create one manually viaTreeMapVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totreeMapVisual(TreeMapVisual).- Parameters:
treeMapVisual- a consumer that will call methods onTreeMapVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
treeMapVisual(TreeMapVisual)
-
geospatialMapVisual
Visual.Builder geospatialMapVisual(GeospatialMapVisual geospatialMapVisual)
A geospatial map or a points on map visual.
For more information, see Creating point maps in the Amazon QuickSight User Guide.
- Parameters:
geospatialMapVisual- A geospatial map or a points on map visual.For more information, see Creating point maps in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geospatialMapVisual
default Visual.Builder geospatialMapVisual(Consumer<GeospatialMapVisual.Builder> geospatialMapVisual)
A geospatial map or a points on map visual.
For more information, see Creating point maps in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theGeospatialMapVisual.Builderavoiding the need to create one manually viaGeospatialMapVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togeospatialMapVisual(GeospatialMapVisual).- Parameters:
geospatialMapVisual- a consumer that will call methods onGeospatialMapVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
geospatialMapVisual(GeospatialMapVisual)
-
filledMapVisual
Visual.Builder filledMapVisual(FilledMapVisual filledMapVisual)
A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
- Parameters:
filledMapVisual- A filled map.For more information, see Creating filled maps in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filledMapVisual
default Visual.Builder filledMapVisual(Consumer<FilledMapVisual.Builder> filledMapVisual)
A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theFilledMapVisual.Builderavoiding the need to create one manually viaFilledMapVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilledMapVisual(FilledMapVisual).- Parameters:
filledMapVisual- a consumer that will call methods onFilledMapVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filledMapVisual(FilledMapVisual)
-
funnelChartVisual
Visual.Builder funnelChartVisual(FunnelChartVisual funnelChartVisual)
A funnel chart.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
- Parameters:
funnelChartVisual- A funnel chart.For more information, see Using funnel charts in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
funnelChartVisual
default Visual.Builder funnelChartVisual(Consumer<FunnelChartVisual.Builder> funnelChartVisual)
A funnel chart.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theFunnelChartVisual.Builderavoiding the need to create one manually viaFunnelChartVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofunnelChartVisual(FunnelChartVisual).- Parameters:
funnelChartVisual- a consumer that will call methods onFunnelChartVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
funnelChartVisual(FunnelChartVisual)
-
scatterPlotVisual
Visual.Builder scatterPlotVisual(ScatterPlotVisual scatterPlotVisual)
A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
- Parameters:
scatterPlotVisual- A scatter plot.For more information, see Using scatter plots in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scatterPlotVisual
default Visual.Builder scatterPlotVisual(Consumer<ScatterPlotVisual.Builder> scatterPlotVisual)
A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theScatterPlotVisual.Builderavoiding the need to create one manually viaScatterPlotVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscatterPlotVisual(ScatterPlotVisual).- Parameters:
scatterPlotVisual- a consumer that will call methods onScatterPlotVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
scatterPlotVisual(ScatterPlotVisual)
-
comboChartVisual
Visual.Builder comboChartVisual(ComboChartVisual comboChartVisual)
A combo chart.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
- Parameters:
comboChartVisual- A combo chart.For more information, see Using combo charts in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comboChartVisual
default Visual.Builder comboChartVisual(Consumer<ComboChartVisual.Builder> comboChartVisual)
A combo chart.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theComboChartVisual.Builderavoiding the need to create one manually viaComboChartVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocomboChartVisual(ComboChartVisual).- Parameters:
comboChartVisual- a consumer that will call methods onComboChartVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
comboChartVisual(ComboChartVisual)
-
boxPlotVisual
Visual.Builder boxPlotVisual(BoxPlotVisual boxPlotVisual)
A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
- Parameters:
boxPlotVisual- A box plot.For more information, see Using box plots in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
boxPlotVisual
default Visual.Builder boxPlotVisual(Consumer<BoxPlotVisual.Builder> boxPlotVisual)
A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theBoxPlotVisual.Builderavoiding the need to create one manually viaBoxPlotVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toboxPlotVisual(BoxPlotVisual).- Parameters:
boxPlotVisual- a consumer that will call methods onBoxPlotVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
boxPlotVisual(BoxPlotVisual)
-
waterfallVisual
Visual.Builder waterfallVisual(WaterfallVisual waterfallVisual)
A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
- Parameters:
waterfallVisual- A waterfall chart.For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
waterfallVisual
default Visual.Builder waterfallVisual(Consumer<WaterfallVisual.Builder> waterfallVisual)
A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theWaterfallVisual.Builderavoiding the need to create one manually viaWaterfallVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towaterfallVisual(WaterfallVisual).- Parameters:
waterfallVisual- a consumer that will call methods onWaterfallVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
waterfallVisual(WaterfallVisual)
-
histogramVisual
Visual.Builder histogramVisual(HistogramVisual histogramVisual)
A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
- Parameters:
histogramVisual- A histogram.For more information, see Using histograms in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
histogramVisual
default Visual.Builder histogramVisual(Consumer<HistogramVisual.Builder> histogramVisual)
A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theHistogramVisual.Builderavoiding the need to create one manually viaHistogramVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohistogramVisual(HistogramVisual).- Parameters:
histogramVisual- a consumer that will call methods onHistogramVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
histogramVisual(HistogramVisual)
-
wordCloudVisual
Visual.Builder wordCloudVisual(WordCloudVisual wordCloudVisual)
A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
- Parameters:
wordCloudVisual- A word cloud.For more information, see Using word clouds in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wordCloudVisual
default Visual.Builder wordCloudVisual(Consumer<WordCloudVisual.Builder> wordCloudVisual)
A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theWordCloudVisual.Builderavoiding the need to create one manually viaWordCloudVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towordCloudVisual(WordCloudVisual).- Parameters:
wordCloudVisual- a consumer that will call methods onWordCloudVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
wordCloudVisual(WordCloudVisual)
-
insightVisual
Visual.Builder insightVisual(InsightVisual insightVisual)
An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
- Parameters:
insightVisual- An insight visual.For more information, see Working with insights in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insightVisual
default Visual.Builder insightVisual(Consumer<InsightVisual.Builder> insightVisual)
An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theInsightVisual.Builderavoiding the need to create one manually viaInsightVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinsightVisual(InsightVisual).- Parameters:
insightVisual- a consumer that will call methods onInsightVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
insightVisual(InsightVisual)
-
sankeyDiagramVisual
Visual.Builder sankeyDiagramVisual(SankeyDiagramVisual sankeyDiagramVisual)
A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
- Parameters:
sankeyDiagramVisual- A sankey diagram.For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sankeyDiagramVisual
default Visual.Builder sankeyDiagramVisual(Consumer<SankeyDiagramVisual.Builder> sankeyDiagramVisual)
A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theSankeyDiagramVisual.Builderavoiding the need to create one manually viaSankeyDiagramVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosankeyDiagramVisual(SankeyDiagramVisual).- Parameters:
sankeyDiagramVisual- a consumer that will call methods onSankeyDiagramVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sankeyDiagramVisual(SankeyDiagramVisual)
-
customContentVisual
Visual.Builder customContentVisual(CustomContentVisual customContentVisual)
A visual that contains custom content.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
- Parameters:
customContentVisual- A visual that contains custom content.For more information, see Using custom visual content in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customContentVisual
default Visual.Builder customContentVisual(Consumer<CustomContentVisual.Builder> customContentVisual)
A visual that contains custom content.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theCustomContentVisual.Builderavoiding the need to create one manually viaCustomContentVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomContentVisual(CustomContentVisual).- Parameters:
customContentVisual- a consumer that will call methods onCustomContentVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
customContentVisual(CustomContentVisual)
-
emptyVisual
Visual.Builder emptyVisual(EmptyVisual emptyVisual)
An empty visual.
- Parameters:
emptyVisual- An empty visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emptyVisual
default Visual.Builder emptyVisual(Consumer<EmptyVisual.Builder> emptyVisual)
An empty visual.
This is a convenience method that creates an instance of theEmptyVisual.Builderavoiding the need to create one manually viaEmptyVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toemptyVisual(EmptyVisual).- Parameters:
emptyVisual- a consumer that will call methods onEmptyVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
emptyVisual(EmptyVisual)
-
radarChartVisual
Visual.Builder radarChartVisual(RadarChartVisual radarChartVisual)
A radar chart visual.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
- Parameters:
radarChartVisual- A radar chart visual.For more information, see Using radar charts in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
radarChartVisual
default Visual.Builder radarChartVisual(Consumer<RadarChartVisual.Builder> radarChartVisual)
A radar chart visual.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theRadarChartVisual.Builderavoiding the need to create one manually viaRadarChartVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toradarChartVisual(RadarChartVisual).- Parameters:
radarChartVisual- a consumer that will call methods onRadarChartVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
radarChartVisual(RadarChartVisual)
-
-