Class Visual
- All Implemented Interfaces:
Serializable
,SdkPojo
,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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal BarChartVisual
A bar chart.final BoxPlotVisual
A box plot.static Visual.Builder
builder()
final ComboChartVisual
A combo chart.final CustomContentVisual
A visual that contains custom content.final EmptyVisual
An empty visual.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final FilledMapVisual
A filled map.final FunnelChartVisual
A funnel chart.final GaugeChartVisual
A gauge chart.final GeospatialMapVisual
A geospatial map or a points on map visual.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final HeatMapVisual
A heat map.final HistogramVisual
A histogram.final InsightVisual
An insight visual.final KPIVisual
A key performance indicator (KPI).final LineChartVisual
A line chart.final PieChartVisual
A pie or donut chart.final PivotTableVisual
A pivot table.final RadarChartVisual
A radar chart visual.final SankeyDiagramVisual
A sankey diagram.final ScatterPlotVisual
A scatter plot.static Class
<? extends Visual.Builder> final TableVisual
A table visual.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final TreeMapVisual
A tree map.final WaterfallVisual
A waterfall chart.final WordCloudVisual
A word cloud.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
An empty visual.
- Returns:
- An empty visual.
-
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
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<Visual.Builder,
Visual> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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. -
getValueForField
-
sdkFields
-