@Generated(value="software.amazon.awssdk:codegen") public final class Visual extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Visual.Builder,Visual>
A visual displayed on a sheet in an analysis, dashboard, or template.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Modifier and Type | Class and Description |
---|---|
static interface |
Visual.Builder |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final TableVisual tableVisual()
A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
public final PivotTableVisual pivotTableVisual()
A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
public final BarChartVisual barChartVisual()
A bar chart.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
public final KPIVisual kpiVisual()
A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
For more information, see Using KPIs in the Amazon QuickSight User Guide.
public final PieChartVisual pieChartVisual()
A pie or donut chart.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
public final GaugeChartVisual gaugeChartVisual()
A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
public final LineChartVisual lineChartVisual()
A line chart.
For more information, see Using line charts in the Amazon QuickSight User Guide.
For more information, see Using line charts in the Amazon QuickSight User Guide.
public final HeatMapVisual heatMapVisual()
A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
public final TreeMapVisual treeMapVisual()
A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
public final GeospatialMapVisual geospatialMapVisual()
A geospatial map or a points on map visual.
For more information, see Creating point maps in the Amazon QuickSight User Guide.
For more information, see Creating point maps in the Amazon QuickSight User Guide.
public final FilledMapVisual filledMapVisual()
A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
public final FunnelChartVisual funnelChartVisual()
A funnel chart.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
public final ScatterPlotVisual scatterPlotVisual()
A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
public final ComboChartVisual comboChartVisual()
A combo chart.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
public final BoxPlotVisual boxPlotVisual()
A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
For more information, see Using box plots in the Amazon QuickSight User Guide.
public final WaterfallVisual waterfallVisual()
A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
public final HistogramVisual histogramVisual()
A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
For more information, see Using histograms in the Amazon QuickSight User Guide.
public final WordCloudVisual wordCloudVisual()
A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
public final InsightVisual insightVisual()
An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
For more information, see Working with insights in the Amazon QuickSight User Guide.
public final SankeyDiagramVisual sankeyDiagramVisual()
A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
public final CustomContentVisual customContentVisual()
A visual that contains custom content.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
public final EmptyVisual emptyVisual()
An empty visual.
public final RadarChartVisual radarChartVisual()
A radar chart visual.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
public Visual.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Visual.Builder,Visual>
public static Visual.Builder builder()
public static Class<? extends Visual.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.