Class Visual

    • Method Detail

      • 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.

      • layerMapVisual

        public final LayerMapVisual layerMapVisual()

        The properties for a layer map visual

        Returns:
        The properties for a layer map visual
      • 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.

      • 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.

      • 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.

      • pluginVisual

        public final PluginVisual pluginVisual()

        The custom plugin visual type.

        Returns:
        The custom plugin visual type.
      • serializableBuilderClass

        public static Class<? extends Visual.Builder> serializableBuilderClass()
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)