Struct aws_sdk_quicksight::model::table_configuration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TableConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn field_wells(self, input: TableFieldWells) -> Self
pub fn field_wells(self, input: TableFieldWells) -> Self
The field wells of the visual.
sourcepub fn set_field_wells(self, input: Option<TableFieldWells>) -> Self
pub fn set_field_wells(self, input: Option<TableFieldWells>) -> Self
The field wells of the visual.
sourcepub fn sort_configuration(self, input: TableSortConfiguration) -> Self
pub fn sort_configuration(self, input: TableSortConfiguration) -> Self
The sort configuration for a TableVisual
.
sourcepub fn set_sort_configuration(
self,
input: Option<TableSortConfiguration>
) -> Self
pub fn set_sort_configuration(
self,
input: Option<TableSortConfiguration>
) -> Self
The sort configuration for a TableVisual
.
sourcepub fn table_options(self, input: TableOptions) -> Self
pub fn table_options(self, input: TableOptions) -> Self
The table options for a table visual.
sourcepub fn set_table_options(self, input: Option<TableOptions>) -> Self
pub fn set_table_options(self, input: Option<TableOptions>) -> Self
The table options for a table visual.
sourcepub fn total_options(self, input: TotalOptions) -> Self
pub fn total_options(self, input: TotalOptions) -> Self
The total options for a table visual.
sourcepub fn set_total_options(self, input: Option<TotalOptions>) -> Self
pub fn set_total_options(self, input: Option<TotalOptions>) -> Self
The total options for a table visual.
sourcepub fn field_options(self, input: TableFieldOptions) -> Self
pub fn field_options(self, input: TableFieldOptions) -> Self
The field options for a table visual.
sourcepub fn set_field_options(self, input: Option<TableFieldOptions>) -> Self
pub fn set_field_options(self, input: Option<TableFieldOptions>) -> Self
The field options for a table visual.
sourcepub fn paginated_report_options(self, input: TablePaginatedReportOptions) -> Self
pub fn paginated_report_options(self, input: TablePaginatedReportOptions) -> Self
The paginated report options for a table visual.
sourcepub fn set_paginated_report_options(
self,
input: Option<TablePaginatedReportOptions>
) -> Self
pub fn set_paginated_report_options(
self,
input: Option<TablePaginatedReportOptions>
) -> Self
The paginated report options for a table visual.
sourcepub fn table_inline_visualizations(self, input: TableInlineVisualization) -> Self
pub fn table_inline_visualizations(self, input: TableInlineVisualization) -> Self
Appends an item to table_inline_visualizations
.
To override the contents of this collection use set_table_inline_visualizations
.
A collection of inline visualizations to display within a chart.
sourcepub fn set_table_inline_visualizations(
self,
input: Option<Vec<TableInlineVisualization>>
) -> Self
pub fn set_table_inline_visualizations(
self,
input: Option<Vec<TableInlineVisualization>>
) -> Self
A collection of inline visualizations to display within a chart.
sourcepub fn build(self) -> TableConfiguration
pub fn build(self) -> TableConfiguration
Consumes the builder and constructs a TableConfiguration
.