public static interface Visual.Builder extends SdkPojo, CopyableBuilder<Visual.Builder,Visual>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVisual.Builder tableVisual(TableVisual tableVisual)
A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
tableVisual - A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
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.Builder avoiding the need to
create one manually via TableVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to tableVisual(TableVisual).
tableVisual - a consumer that will call methods on TableVisual.BuildertableVisual(TableVisual)Visual.Builder pivotTableVisual(PivotTableVisual pivotTableVisual)
A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
pivotTableVisual - A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
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.Builder avoiding the
need to create one manually via PivotTableVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to pivotTableVisual(PivotTableVisual).
pivotTableVisual - a consumer that will call methods on PivotTableVisual.BuilderpivotTableVisual(PivotTableVisual)Visual.Builder barChartVisual(BarChartVisual barChartVisual)
A bar chart.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
barChartVisual - A bar chart.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
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.Builder avoiding the need
to create one manually via BarChartVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to barChartVisual(BarChartVisual).
barChartVisual - a consumer that will call methods on BarChartVisual.BuilderbarChartVisual(BarChartVisual)Visual.Builder kpiVisual(KPIVisual kpiVisual)
A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
kpiVisual - A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
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.Builder avoiding the need to
create one manually via KPIVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to kpiVisual(KPIVisual).
kpiVisual - a consumer that will call methods on KPIVisual.BuilderkpiVisual(KPIVisual)Visual.Builder pieChartVisual(PieChartVisual pieChartVisual)
A pie or donut chart.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
pieChartVisual - A pie or donut chart.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
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.Builder avoiding the need
to create one manually via PieChartVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to pieChartVisual(PieChartVisual).
pieChartVisual - a consumer that will call methods on PieChartVisual.BuilderpieChartVisual(PieChartVisual)Visual.Builder gaugeChartVisual(GaugeChartVisual gaugeChartVisual)
A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
gaugeChartVisual - A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
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.Builder avoiding the
need to create one manually via GaugeChartVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to gaugeChartVisual(GaugeChartVisual).
gaugeChartVisual - a consumer that will call methods on GaugeChartVisual.BuildergaugeChartVisual(GaugeChartVisual)Visual.Builder lineChartVisual(LineChartVisual lineChartVisual)
A line chart.
For more information, see Using line charts in the Amazon QuickSight User Guide.
lineChartVisual - A line chart.
For more information, see Using line charts in the Amazon QuickSight User Guide.
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.Builder avoiding the
need to create one manually via LineChartVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lineChartVisual(LineChartVisual).
lineChartVisual - a consumer that will call methods on LineChartVisual.BuilderlineChartVisual(LineChartVisual)Visual.Builder heatMapVisual(HeatMapVisual heatMapVisual)
A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
heatMapVisual - A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
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.Builder avoiding the need
to create one manually via HeatMapVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to heatMapVisual(HeatMapVisual).
heatMapVisual - a consumer that will call methods on HeatMapVisual.BuilderheatMapVisual(HeatMapVisual)Visual.Builder treeMapVisual(TreeMapVisual treeMapVisual)
A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
treeMapVisual - A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
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.Builder avoiding the need
to create one manually via TreeMapVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to treeMapVisual(TreeMapVisual).
treeMapVisual - a consumer that will call methods on TreeMapVisual.BuildertreeMapVisual(TreeMapVisual)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.
geospatialMapVisual - A geospatial map or a points on map visual.
For more information, see Creating point maps in the Amazon QuickSight User Guide.
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.Builder avoiding the
need to create one manually via GeospatialMapVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to geospatialMapVisual(GeospatialMapVisual).
geospatialMapVisual - a consumer that will call methods on GeospatialMapVisual.BuildergeospatialMapVisual(GeospatialMapVisual)Visual.Builder filledMapVisual(FilledMapVisual filledMapVisual)
A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
filledMapVisual - A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
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.Builder avoiding the
need to create one manually via FilledMapVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filledMapVisual(FilledMapVisual).
filledMapVisual - a consumer that will call methods on FilledMapVisual.BuilderfilledMapVisual(FilledMapVisual)Visual.Builder funnelChartVisual(FunnelChartVisual funnelChartVisual)
A funnel chart.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
funnelChartVisual - A funnel chart.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
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.Builder avoiding the
need to create one manually via FunnelChartVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to funnelChartVisual(FunnelChartVisual).
funnelChartVisual - a consumer that will call methods on FunnelChartVisual.BuilderfunnelChartVisual(FunnelChartVisual)Visual.Builder scatterPlotVisual(ScatterPlotVisual scatterPlotVisual)
A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
scatterPlotVisual - A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
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.Builder avoiding the
need to create one manually via ScatterPlotVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to scatterPlotVisual(ScatterPlotVisual).
scatterPlotVisual - a consumer that will call methods on ScatterPlotVisual.BuilderscatterPlotVisual(ScatterPlotVisual)Visual.Builder comboChartVisual(ComboChartVisual comboChartVisual)
A combo chart.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
comboChartVisual - A combo chart.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
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.Builder avoiding the
need to create one manually via ComboChartVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to comboChartVisual(ComboChartVisual).
comboChartVisual - a consumer that will call methods on ComboChartVisual.BuildercomboChartVisual(ComboChartVisual)Visual.Builder boxPlotVisual(BoxPlotVisual boxPlotVisual)
A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
boxPlotVisual - A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
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.Builder avoiding the need
to create one manually via BoxPlotVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to boxPlotVisual(BoxPlotVisual).
boxPlotVisual - a consumer that will call methods on BoxPlotVisual.BuilderboxPlotVisual(BoxPlotVisual)Visual.Builder waterfallVisual(WaterfallVisual waterfallVisual)
A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
waterfallVisual - A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
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.Builder avoiding the
need to create one manually via WaterfallVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to waterfallVisual(WaterfallVisual).
waterfallVisual - a consumer that will call methods on WaterfallVisual.BuilderwaterfallVisual(WaterfallVisual)Visual.Builder histogramVisual(HistogramVisual histogramVisual)
A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
histogramVisual - A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
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.Builder avoiding the
need to create one manually via HistogramVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to histogramVisual(HistogramVisual).
histogramVisual - a consumer that will call methods on HistogramVisual.BuilderhistogramVisual(HistogramVisual)Visual.Builder wordCloudVisual(WordCloudVisual wordCloudVisual)
A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
wordCloudVisual - A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
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.Builder avoiding the
need to create one manually via WordCloudVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to wordCloudVisual(WordCloudVisual).
wordCloudVisual - a consumer that will call methods on WordCloudVisual.BuilderwordCloudVisual(WordCloudVisual)Visual.Builder insightVisual(InsightVisual insightVisual)
An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
insightVisual - An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
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.Builder avoiding the need
to create one manually via InsightVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to insightVisual(InsightVisual).
insightVisual - a consumer that will call methods on InsightVisual.BuilderinsightVisual(InsightVisual)Visual.Builder sankeyDiagramVisual(SankeyDiagramVisual sankeyDiagramVisual)
A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
sankeyDiagramVisual - A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
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.Builder avoiding the
need to create one manually via SankeyDiagramVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sankeyDiagramVisual(SankeyDiagramVisual).
sankeyDiagramVisual - a consumer that will call methods on SankeyDiagramVisual.BuildersankeyDiagramVisual(SankeyDiagramVisual)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.
customContentVisual - A visual that contains custom content.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
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.Builder avoiding the
need to create one manually via CustomContentVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to customContentVisual(CustomContentVisual).
customContentVisual - a consumer that will call methods on CustomContentVisual.BuildercustomContentVisual(CustomContentVisual)Visual.Builder emptyVisual(EmptyVisual emptyVisual)
An empty visual.
emptyVisual - An empty visual.default Visual.Builder emptyVisual(Consumer<EmptyVisual.Builder> emptyVisual)
An empty visual.
This is a convenience method that creates an instance of theEmptyVisual.Builder avoiding the need to
create one manually via EmptyVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to emptyVisual(EmptyVisual).
emptyVisual - a consumer that will call methods on EmptyVisual.BuilderemptyVisual(EmptyVisual)Visual.Builder radarChartVisual(RadarChartVisual radarChartVisual)
A radar chart visual.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
radarChartVisual - A radar chart visual.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
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.Builder avoiding the
need to create one manually via RadarChartVisual.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to radarChartVisual(RadarChartVisual).
radarChartVisual - a consumer that will call methods on RadarChartVisual.BuilderradarChartVisual(RadarChartVisual)Copyright © 2023. All rights reserved.