Struct aws_sdk_quicksight::types::builders::VisualBuilder
source · #[non_exhaustive]pub struct VisualBuilder { /* private fields */ }
Expand description
A builder for Visual
.
Implementations§
source§impl VisualBuilder
impl VisualBuilder
sourcepub fn table_visual(self, input: TableVisual) -> Self
pub fn table_visual(self, input: TableVisual) -> Self
A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
sourcepub fn set_table_visual(self, input: Option<TableVisual>) -> Self
pub fn set_table_visual(self, input: Option<TableVisual>) -> Self
A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
sourcepub fn get_table_visual(&self) -> &Option<TableVisual>
pub fn get_table_visual(&self) -> &Option<TableVisual>
A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
sourcepub fn pivot_table_visual(self, input: PivotTableVisual) -> Self
pub fn pivot_table_visual(self, input: PivotTableVisual) -> Self
A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
sourcepub fn set_pivot_table_visual(self, input: Option<PivotTableVisual>) -> Self
pub fn set_pivot_table_visual(self, input: Option<PivotTableVisual>) -> Self
A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
sourcepub fn get_pivot_table_visual(&self) -> &Option<PivotTableVisual>
pub fn get_pivot_table_visual(&self) -> &Option<PivotTableVisual>
A pivot table.
For more information, see Using pivot tables in the Amazon QuickSight User Guide.
sourcepub fn bar_chart_visual(self, input: BarChartVisual) -> Self
pub fn bar_chart_visual(self, input: BarChartVisual) -> Self
A bar chart.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
sourcepub fn set_bar_chart_visual(self, input: Option<BarChartVisual>) -> Self
pub fn set_bar_chart_visual(self, input: Option<BarChartVisual>) -> Self
A bar chart.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
sourcepub fn get_bar_chart_visual(&self) -> &Option<BarChartVisual>
pub fn get_bar_chart_visual(&self) -> &Option<BarChartVisual>
A bar chart.
For more information, see Using bar charts in the Amazon QuickSight User Guide.
sourcepub fn kpi_visual(self, input: KpiVisual) -> Self
pub fn kpi_visual(self, input: KpiVisual) -> Self
A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
sourcepub fn set_kpi_visual(self, input: Option<KpiVisual>) -> Self
pub fn set_kpi_visual(self, input: Option<KpiVisual>) -> Self
A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
sourcepub fn get_kpi_visual(&self) -> &Option<KpiVisual>
pub fn get_kpi_visual(&self) -> &Option<KpiVisual>
A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
sourcepub fn pie_chart_visual(self, input: PieChartVisual) -> Self
pub fn pie_chart_visual(self, input: PieChartVisual) -> Self
A pie or donut chart.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
sourcepub fn set_pie_chart_visual(self, input: Option<PieChartVisual>) -> Self
pub fn set_pie_chart_visual(self, input: Option<PieChartVisual>) -> Self
A pie or donut chart.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
sourcepub fn get_pie_chart_visual(&self) -> &Option<PieChartVisual>
pub fn get_pie_chart_visual(&self) -> &Option<PieChartVisual>
A pie or donut chart.
For more information, see Using pie charts in the Amazon QuickSight User Guide.
sourcepub fn gauge_chart_visual(self, input: GaugeChartVisual) -> Self
pub fn gauge_chart_visual(self, input: GaugeChartVisual) -> Self
A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
sourcepub fn set_gauge_chart_visual(self, input: Option<GaugeChartVisual>) -> Self
pub fn set_gauge_chart_visual(self, input: Option<GaugeChartVisual>) -> Self
A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
sourcepub fn get_gauge_chart_visual(&self) -> &Option<GaugeChartVisual>
pub fn get_gauge_chart_visual(&self) -> &Option<GaugeChartVisual>
A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
sourcepub fn line_chart_visual(self, input: LineChartVisual) -> Self
pub fn line_chart_visual(self, input: LineChartVisual) -> Self
A line chart.
For more information, see Using line charts in the Amazon QuickSight User Guide.
sourcepub fn set_line_chart_visual(self, input: Option<LineChartVisual>) -> Self
pub fn set_line_chart_visual(self, input: Option<LineChartVisual>) -> Self
A line chart.
For more information, see Using line charts in the Amazon QuickSight User Guide.
sourcepub fn get_line_chart_visual(&self) -> &Option<LineChartVisual>
pub fn get_line_chart_visual(&self) -> &Option<LineChartVisual>
A line chart.
For more information, see Using line charts in the Amazon QuickSight User Guide.
sourcepub fn heat_map_visual(self, input: HeatMapVisual) -> Self
pub fn heat_map_visual(self, input: HeatMapVisual) -> Self
A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
sourcepub fn set_heat_map_visual(self, input: Option<HeatMapVisual>) -> Self
pub fn set_heat_map_visual(self, input: Option<HeatMapVisual>) -> Self
A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
sourcepub fn get_heat_map_visual(&self) -> &Option<HeatMapVisual>
pub fn get_heat_map_visual(&self) -> &Option<HeatMapVisual>
A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
sourcepub fn tree_map_visual(self, input: TreeMapVisual) -> Self
pub fn tree_map_visual(self, input: TreeMapVisual) -> Self
A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
sourcepub fn set_tree_map_visual(self, input: Option<TreeMapVisual>) -> Self
pub fn set_tree_map_visual(self, input: Option<TreeMapVisual>) -> Self
A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
sourcepub fn get_tree_map_visual(&self) -> &Option<TreeMapVisual>
pub fn get_tree_map_visual(&self) -> &Option<TreeMapVisual>
A tree map.
For more information, see Using tree maps in the Amazon QuickSight User Guide.
sourcepub fn geospatial_map_visual(self, input: GeospatialMapVisual) -> Self
pub fn geospatial_map_visual(self, input: GeospatialMapVisual) -> Self
A geospatial map or a points on map visual.
For more information, see Creating point maps in the Amazon QuickSight User Guide.
sourcepub fn set_geospatial_map_visual(
self,
input: Option<GeospatialMapVisual>
) -> Self
pub fn set_geospatial_map_visual( self, input: Option<GeospatialMapVisual> ) -> Self
A geospatial map or a points on map visual.
For more information, see Creating point maps in the Amazon QuickSight User Guide.
sourcepub fn get_geospatial_map_visual(&self) -> &Option<GeospatialMapVisual>
pub fn get_geospatial_map_visual(&self) -> &Option<GeospatialMapVisual>
A geospatial map or a points on map visual.
For more information, see Creating point maps in the Amazon QuickSight User Guide.
sourcepub fn filled_map_visual(self, input: FilledMapVisual) -> Self
pub fn filled_map_visual(self, input: FilledMapVisual) -> Self
A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
sourcepub fn set_filled_map_visual(self, input: Option<FilledMapVisual>) -> Self
pub fn set_filled_map_visual(self, input: Option<FilledMapVisual>) -> Self
A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
sourcepub fn get_filled_map_visual(&self) -> &Option<FilledMapVisual>
pub fn get_filled_map_visual(&self) -> &Option<FilledMapVisual>
A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
sourcepub fn funnel_chart_visual(self, input: FunnelChartVisual) -> Self
pub fn funnel_chart_visual(self, input: FunnelChartVisual) -> Self
A funnel chart.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
sourcepub fn set_funnel_chart_visual(self, input: Option<FunnelChartVisual>) -> Self
pub fn set_funnel_chart_visual(self, input: Option<FunnelChartVisual>) -> Self
A funnel chart.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
sourcepub fn get_funnel_chart_visual(&self) -> &Option<FunnelChartVisual>
pub fn get_funnel_chart_visual(&self) -> &Option<FunnelChartVisual>
A funnel chart.
For more information, see Using funnel charts in the Amazon QuickSight User Guide.
sourcepub fn scatter_plot_visual(self, input: ScatterPlotVisual) -> Self
pub fn scatter_plot_visual(self, input: ScatterPlotVisual) -> Self
A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
sourcepub fn set_scatter_plot_visual(self, input: Option<ScatterPlotVisual>) -> Self
pub fn set_scatter_plot_visual(self, input: Option<ScatterPlotVisual>) -> Self
A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
sourcepub fn get_scatter_plot_visual(&self) -> &Option<ScatterPlotVisual>
pub fn get_scatter_plot_visual(&self) -> &Option<ScatterPlotVisual>
A scatter plot.
For more information, see Using scatter plots in the Amazon QuickSight User Guide.
sourcepub fn combo_chart_visual(self, input: ComboChartVisual) -> Self
pub fn combo_chart_visual(self, input: ComboChartVisual) -> Self
A combo chart.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
sourcepub fn set_combo_chart_visual(self, input: Option<ComboChartVisual>) -> Self
pub fn set_combo_chart_visual(self, input: Option<ComboChartVisual>) -> Self
A combo chart.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
sourcepub fn get_combo_chart_visual(&self) -> &Option<ComboChartVisual>
pub fn get_combo_chart_visual(&self) -> &Option<ComboChartVisual>
A combo chart.
For more information, see Using combo charts in the Amazon QuickSight User Guide.
sourcepub fn box_plot_visual(self, input: BoxPlotVisual) -> Self
pub fn box_plot_visual(self, input: BoxPlotVisual) -> Self
A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
sourcepub fn set_box_plot_visual(self, input: Option<BoxPlotVisual>) -> Self
pub fn set_box_plot_visual(self, input: Option<BoxPlotVisual>) -> Self
A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
sourcepub fn get_box_plot_visual(&self) -> &Option<BoxPlotVisual>
pub fn get_box_plot_visual(&self) -> &Option<BoxPlotVisual>
A box plot.
For more information, see Using box plots in the Amazon QuickSight User Guide.
sourcepub fn waterfall_visual(self, input: WaterfallVisual) -> Self
pub fn waterfall_visual(self, input: WaterfallVisual) -> Self
A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
sourcepub fn set_waterfall_visual(self, input: Option<WaterfallVisual>) -> Self
pub fn set_waterfall_visual(self, input: Option<WaterfallVisual>) -> Self
A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
sourcepub fn get_waterfall_visual(&self) -> &Option<WaterfallVisual>
pub fn get_waterfall_visual(&self) -> &Option<WaterfallVisual>
A waterfall chart.
For more information, see Using waterfall charts in the Amazon QuickSight User Guide.
sourcepub fn histogram_visual(self, input: HistogramVisual) -> Self
pub fn histogram_visual(self, input: HistogramVisual) -> Self
A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
sourcepub fn set_histogram_visual(self, input: Option<HistogramVisual>) -> Self
pub fn set_histogram_visual(self, input: Option<HistogramVisual>) -> Self
A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
sourcepub fn get_histogram_visual(&self) -> &Option<HistogramVisual>
pub fn get_histogram_visual(&self) -> &Option<HistogramVisual>
A histogram.
For more information, see Using histograms in the Amazon QuickSight User Guide.
sourcepub fn word_cloud_visual(self, input: WordCloudVisual) -> Self
pub fn word_cloud_visual(self, input: WordCloudVisual) -> Self
A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
sourcepub fn set_word_cloud_visual(self, input: Option<WordCloudVisual>) -> Self
pub fn set_word_cloud_visual(self, input: Option<WordCloudVisual>) -> Self
A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
sourcepub fn get_word_cloud_visual(&self) -> &Option<WordCloudVisual>
pub fn get_word_cloud_visual(&self) -> &Option<WordCloudVisual>
A word cloud.
For more information, see Using word clouds in the Amazon QuickSight User Guide.
sourcepub fn insight_visual(self, input: InsightVisual) -> Self
pub fn insight_visual(self, input: InsightVisual) -> Self
An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
sourcepub fn set_insight_visual(self, input: Option<InsightVisual>) -> Self
pub fn set_insight_visual(self, input: Option<InsightVisual>) -> Self
An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
sourcepub fn get_insight_visual(&self) -> &Option<InsightVisual>
pub fn get_insight_visual(&self) -> &Option<InsightVisual>
An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
sourcepub fn sankey_diagram_visual(self, input: SankeyDiagramVisual) -> Self
pub fn sankey_diagram_visual(self, input: SankeyDiagramVisual) -> Self
A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
sourcepub fn set_sankey_diagram_visual(
self,
input: Option<SankeyDiagramVisual>
) -> Self
pub fn set_sankey_diagram_visual( self, input: Option<SankeyDiagramVisual> ) -> Self
A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
sourcepub fn get_sankey_diagram_visual(&self) -> &Option<SankeyDiagramVisual>
pub fn get_sankey_diagram_visual(&self) -> &Option<SankeyDiagramVisual>
A sankey diagram.
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.
sourcepub fn custom_content_visual(self, input: CustomContentVisual) -> Self
pub fn custom_content_visual(self, input: CustomContentVisual) -> Self
A visual that contains custom content.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
sourcepub fn set_custom_content_visual(
self,
input: Option<CustomContentVisual>
) -> Self
pub fn set_custom_content_visual( self, input: Option<CustomContentVisual> ) -> Self
A visual that contains custom content.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
sourcepub fn get_custom_content_visual(&self) -> &Option<CustomContentVisual>
pub fn get_custom_content_visual(&self) -> &Option<CustomContentVisual>
A visual that contains custom content.
For more information, see Using custom visual content in the Amazon QuickSight User Guide.
sourcepub fn empty_visual(self, input: EmptyVisual) -> Self
pub fn empty_visual(self, input: EmptyVisual) -> Self
An empty visual.
sourcepub fn set_empty_visual(self, input: Option<EmptyVisual>) -> Self
pub fn set_empty_visual(self, input: Option<EmptyVisual>) -> Self
An empty visual.
sourcepub fn get_empty_visual(&self) -> &Option<EmptyVisual>
pub fn get_empty_visual(&self) -> &Option<EmptyVisual>
An empty visual.
sourcepub fn radar_chart_visual(self, input: RadarChartVisual) -> Self
pub fn radar_chart_visual(self, input: RadarChartVisual) -> Self
A radar chart visual.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
sourcepub fn set_radar_chart_visual(self, input: Option<RadarChartVisual>) -> Self
pub fn set_radar_chart_visual(self, input: Option<RadarChartVisual>) -> Self
A radar chart visual.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
sourcepub fn get_radar_chart_visual(&self) -> &Option<RadarChartVisual>
pub fn get_radar_chart_visual(&self) -> &Option<RadarChartVisual>
A radar chart visual.
For more information, see Using radar charts in the Amazon QuickSight User Guide.
Trait Implementations§
source§impl Clone for VisualBuilder
impl Clone for VisualBuilder
source§fn clone(&self) -> VisualBuilder
fn clone(&self) -> VisualBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for VisualBuilder
impl Debug for VisualBuilder
source§impl Default for VisualBuilder
impl Default for VisualBuilder
source§fn default() -> VisualBuilder
fn default() -> VisualBuilder
source§impl PartialEq for VisualBuilder
impl PartialEq for VisualBuilder
source§fn eq(&self, other: &VisualBuilder) -> bool
fn eq(&self, other: &VisualBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.