Class Visual
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.Visual
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Visual.Builder,Visual>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVisual.Builder
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
tableVisual
public final TableVisual tableVisual()
A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
- Returns:
- A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
-
pivotTableVisual
public final PivotTableVisual pivotTableVisual()
A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
- Returns:
- A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
-
barChartVisual
public final BarChartVisual barChartVisual()
A bar chart.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
- Returns:
- A bar chart.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
-
kpiVisual
public final KPIVisual kpiVisual()
A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
- Returns:
- A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
-
pieChartVisual
public final PieChartVisual pieChartVisual()
A pie or donut chart.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
- Returns:
- A pie or donut chart.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
-
gaugeChartVisual
public final GaugeChartVisual gaugeChartVisual()
A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
- Returns:
- A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
-
lineChartVisual
public final LineChartVisual lineChartVisual()
A line chart.
For more information, see Using line charts in the Amazon QuickSight User Guide.
- Returns:
- A line chart.
For more information, see Using line charts in the Amazon QuickSight User Guide.
-
heatMapVisual
public final HeatMapVisual heatMapVisual()
A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
- Returns:
- A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
-
treeMapVisual
public final TreeMapVisual treeMapVisual()
A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
- Returns:
- A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
-
geospatialMapVisual
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.
- Returns:
- A geospatial map or a points on map visual.
For more information, see Creating point maps in the Amazon QuickSight User Guide.
-
filledMapVisual
public final FilledMapVisual filledMapVisual()
A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
- Returns:
- A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
-
funnelChartVisual
public final FunnelChartVisual funnelChartVisual()
A funnel chart.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
- Returns:
- A funnel chart.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
-
scatterPlotVisual
public final ScatterPlotVisual scatterPlotVisual()
A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
- Returns:
- A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
-
comboChartVisual
public final ComboChartVisual comboChartVisual()
A combo chart.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
- Returns:
- A combo chart.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
-
boxPlotVisual
public final BoxPlotVisual boxPlotVisual()
A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
- Returns:
- A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
-
waterfallVisual
public final WaterfallVisual waterfallVisual()
A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
- Returns:
- A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
-
histogramVisual
public final HistogramVisual histogramVisual()
A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
- Returns:
- A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
-
wordCloudVisual
public final WordCloudVisual wordCloudVisual()
A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
- Returns:
- A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
-
insightVisual
public final InsightVisual insightVisual()
An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
- Returns:
- An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
-
sankeyDiagramVisual
public final SankeyDiagramVisual sankeyDiagramVisual()
A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
- Returns:
- A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
-
customContentVisual
public final CustomContentVisual customContentVisual()
A visual that contains custom content.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
- Returns:
- A visual that contains custom content.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
-
emptyVisual
public final EmptyVisual emptyVisual()
An empty visual.
- Returns:
- An empty visual.
-
radarChartVisual
public final RadarChartVisual radarChartVisual()
A radar chart visual.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
- Returns:
- A radar chart visual.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
-
toBuilder
public Visual.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Visual.Builder,Visual>
-
builder
public static Visual.Builder builder()
-
serializableBuilderClass
public static Class<? extends Visual.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-