Struct aws_sdk_quicksight::types::builders::DataPathTypeBuilder
source · #[non_exhaustive]pub struct DataPathTypeBuilder { /* private fields */ }Expand description
A builder for DataPathType.
Implementations§
source§impl DataPathTypeBuilder
impl DataPathTypeBuilder
sourcepub fn pivot_table_data_path_type(self, input: PivotTableDataPathType) -> Self
pub fn pivot_table_data_path_type(self, input: PivotTableDataPathType) -> Self
The type of data path value utilized in a pivot table. Choose one of the following options:
-
HIERARCHY_ROWS_LAYOUT_COLUMN- The type of data path for the rows layout column, whenRowsLayoutis set toHIERARCHY. -
MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement. -
EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field inColumnsFieldWelland the row is set to Metric Placement. -
COUNT_METRIC_COLUMN- The type of data path for the column withCOUNTas the metric, when there is no field in theValuesFieldWell.
sourcepub fn set_pivot_table_data_path_type(
self,
input: Option<PivotTableDataPathType>
) -> Self
pub fn set_pivot_table_data_path_type( self, input: Option<PivotTableDataPathType> ) -> Self
The type of data path value utilized in a pivot table. Choose one of the following options:
-
HIERARCHY_ROWS_LAYOUT_COLUMN- The type of data path for the rows layout column, whenRowsLayoutis set toHIERARCHY. -
MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement. -
EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field inColumnsFieldWelland the row is set to Metric Placement. -
COUNT_METRIC_COLUMN- The type of data path for the column withCOUNTas the metric, when there is no field in theValuesFieldWell.
sourcepub fn get_pivot_table_data_path_type(&self) -> &Option<PivotTableDataPathType>
pub fn get_pivot_table_data_path_type(&self) -> &Option<PivotTableDataPathType>
The type of data path value utilized in a pivot table. Choose one of the following options:
-
HIERARCHY_ROWS_LAYOUT_COLUMN- The type of data path for the rows layout column, whenRowsLayoutis set toHIERARCHY. -
MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement. -
EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field inColumnsFieldWelland the row is set to Metric Placement. -
COUNT_METRIC_COLUMN- The type of data path for the column withCOUNTas the metric, when there is no field in theValuesFieldWell.
sourcepub fn build(self) -> DataPathType
pub fn build(self) -> DataPathType
Consumes the builder and constructs a DataPathType.
Trait Implementations§
source§impl Clone for DataPathTypeBuilder
impl Clone for DataPathTypeBuilder
source§fn clone(&self) -> DataPathTypeBuilder
fn clone(&self) -> DataPathTypeBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DataPathTypeBuilder
impl Debug for DataPathTypeBuilder
source§impl Default for DataPathTypeBuilder
impl Default for DataPathTypeBuilder
source§fn default() -> DataPathTypeBuilder
fn default() -> DataPathTypeBuilder
source§impl PartialEq for DataPathTypeBuilder
impl PartialEq for DataPathTypeBuilder
source§fn eq(&self, other: &DataPathTypeBuilder) -> bool
fn eq(&self, other: &DataPathTypeBuilder) -> bool
self and other values to be equal, and is used
by ==.