Interface Visual.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Visual.Builder,,Visual> SdkBuilder<Visual.Builder,,Visual> SdkPojo
- Enclosing class:
 Visual
- 
Method Summary
Modifier and TypeMethodDescriptiondefault Visual.BuilderbarChartVisual(Consumer<BarChartVisual.Builder> barChartVisual) A bar chart.barChartVisual(BarChartVisual barChartVisual) A bar chart.default Visual.BuilderboxPlotVisual(Consumer<BoxPlotVisual.Builder> boxPlotVisual) A box plot.boxPlotVisual(BoxPlotVisual boxPlotVisual) A box plot.default Visual.BuildercomboChartVisual(Consumer<ComboChartVisual.Builder> comboChartVisual) A combo chart.comboChartVisual(ComboChartVisual comboChartVisual) A combo chart.default Visual.BuildercustomContentVisual(Consumer<CustomContentVisual.Builder> customContentVisual) A visual that contains custom content.customContentVisual(CustomContentVisual customContentVisual) A visual that contains custom content.default Visual.BuilderemptyVisual(Consumer<EmptyVisual.Builder> emptyVisual) An empty visual.emptyVisual(EmptyVisual emptyVisual) An empty visual.default Visual.BuilderfilledMapVisual(Consumer<FilledMapVisual.Builder> filledMapVisual) A filled map.filledMapVisual(FilledMapVisual filledMapVisual) A filled map.default Visual.BuilderfunnelChartVisual(Consumer<FunnelChartVisual.Builder> funnelChartVisual) A funnel chart.funnelChartVisual(FunnelChartVisual funnelChartVisual) A funnel chart.default Visual.BuildergaugeChartVisual(Consumer<GaugeChartVisual.Builder> gaugeChartVisual) A gauge chart.gaugeChartVisual(GaugeChartVisual gaugeChartVisual) A gauge chart.default Visual.BuildergeospatialMapVisual(Consumer<GeospatialMapVisual.Builder> geospatialMapVisual) A geospatial map or a points on map visual.geospatialMapVisual(GeospatialMapVisual geospatialMapVisual) A geospatial map or a points on map visual.default Visual.BuilderheatMapVisual(Consumer<HeatMapVisual.Builder> heatMapVisual) A heat map.heatMapVisual(HeatMapVisual heatMapVisual) A heat map.default Visual.BuilderhistogramVisual(Consumer<HistogramVisual.Builder> histogramVisual) A histogram.histogramVisual(HistogramVisual histogramVisual) A histogram.default Visual.BuilderinsightVisual(Consumer<InsightVisual.Builder> insightVisual) An insight visual.insightVisual(InsightVisual insightVisual) An insight visual.default Visual.BuilderkpiVisual(Consumer<KPIVisual.Builder> kpiVisual) A key performance indicator (KPI).A key performance indicator (KPI).default Visual.BuilderlineChartVisual(Consumer<LineChartVisual.Builder> lineChartVisual) A line chart.lineChartVisual(LineChartVisual lineChartVisual) A line chart.default Visual.BuilderpieChartVisual(Consumer<PieChartVisual.Builder> pieChartVisual) A pie or donut chart.pieChartVisual(PieChartVisual pieChartVisual) A pie or donut chart.default Visual.BuilderpivotTableVisual(Consumer<PivotTableVisual.Builder> pivotTableVisual) A pivot table.pivotTableVisual(PivotTableVisual pivotTableVisual) A pivot table.default Visual.BuilderradarChartVisual(Consumer<RadarChartVisual.Builder> radarChartVisual) A radar chart visual.radarChartVisual(RadarChartVisual radarChartVisual) A radar chart visual.default Visual.BuildersankeyDiagramVisual(Consumer<SankeyDiagramVisual.Builder> sankeyDiagramVisual) A sankey diagram.sankeyDiagramVisual(SankeyDiagramVisual sankeyDiagramVisual) A sankey diagram.default Visual.BuilderscatterPlotVisual(Consumer<ScatterPlotVisual.Builder> scatterPlotVisual) A scatter plot.scatterPlotVisual(ScatterPlotVisual scatterPlotVisual) A scatter plot.default Visual.BuildertableVisual(Consumer<TableVisual.Builder> tableVisual) A table visual.tableVisual(TableVisual tableVisual) A table visual.default Visual.BuildertreeMapVisual(Consumer<TreeMapVisual.Builder> treeMapVisual) A tree map.treeMapVisual(TreeMapVisual treeMapVisual) A tree map.default Visual.BuilderwaterfallVisual(Consumer<WaterfallVisual.Builder> waterfallVisual) A waterfall chart.waterfallVisual(WaterfallVisual waterfallVisual) A waterfall chart.default Visual.BuilderwordCloudVisual(Consumer<WordCloudVisual.Builder> wordCloudVisual) A word cloud.wordCloudVisual(WordCloudVisual wordCloudVisual) A word cloud.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
- 
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
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:
 
 - 
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
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:
 
 - 
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
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:
 
 - 
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
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:
 
 - 
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
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:
 
 - 
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
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:
 
 - 
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
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:
 
 - 
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
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:
 
 - 
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
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:
 
 - 
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:
 
 - 
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
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:
 
 - 
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
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:
 
 - 
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
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:
 
 - 
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
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:
 
 - 
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
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:
 
 - 
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
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:
 
 - 
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
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:
 
 - 
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
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:
 
 - 
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
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:
 
 - 
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:
 
 - 
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:
 
 - 
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
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:
 
 - 
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
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:
 
 
 -