#[non_exhaustive]
pub struct VisualBuilder { /* private fields */ }
Expand description

A builder for Visual.

Implementations§

source§

impl VisualBuilder

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

pub fn waterfall_visual(self, input: WaterfallVisual) -> Self

A waterfall chart.

For more information, see Using waterfall charts in the Amazon QuickSight User Guide.

source

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.

source

pub fn get_waterfall_visual(&self) -> &Option<WaterfallVisual>

A waterfall chart.

For more information, see Using waterfall charts in the Amazon QuickSight User Guide.

source

pub fn histogram_visual(self, input: HistogramVisual) -> Self

A histogram.

For more information, see Using histograms in the Amazon QuickSight User Guide.

source

pub fn set_histogram_visual(self, input: Option<HistogramVisual>) -> Self

A histogram.

For more information, see Using histograms in the Amazon QuickSight User Guide.

source

pub fn get_histogram_visual(&self) -> &Option<HistogramVisual>

A histogram.

For more information, see Using histograms in the Amazon QuickSight User Guide.

source

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.

source

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.

source

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.

source

pub fn insight_visual(self, input: InsightVisual) -> Self

An insight visual.

For more information, see Working with insights in the Amazon QuickSight User Guide.

source

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.

source

pub fn get_insight_visual(&self) -> &Option<InsightVisual>

An insight visual.

For more information, see Working with insights in the Amazon QuickSight User Guide.

source

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.

source

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.

source

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.

source

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.

source

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.

source

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.

source

pub fn empty_visual(self, input: EmptyVisual) -> Self

An empty visual.

source

pub fn set_empty_visual(self, input: Option<EmptyVisual>) -> Self

An empty visual.

source

pub fn get_empty_visual(&self) -> &Option<EmptyVisual>

An empty visual.

source

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.

source

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.

source

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.

source

pub fn build(self) -> Visual

Consumes the builder and constructs a Visual.

Trait Implementations§

source§

impl Clone for VisualBuilder

source§

fn clone(&self) -> VisualBuilder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for VisualBuilder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for VisualBuilder

source§

fn default() -> VisualBuilder

Returns the “default value” for a type. Read more
source§

impl PartialEq for VisualBuilder

source§

fn eq(&self, other: &VisualBuilder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for VisualBuilder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more