#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DataSet
Implementations
The Amazon Resource Name (ARN) of the resource.
The Amazon Resource Name (ARN) of the resource.
The ID of the dataset.
The ID of the dataset.
The time that this dataset was created.
The time that this dataset was created.
The last time that this dataset was updated.
The last time that this dataset was updated.
Adds a key-value pair to physical_table_map.
To override the contents of this collection use set_physical_table_map.
Declares the physical tables that are available in the underlying data sources.
Declares the physical tables that are available in the underlying data sources.
Adds a key-value pair to logical_table_map.
To override the contents of this collection use set_logical_table_map.
Configures the combination and transformation of the data from the physical tables.
Configures the combination and transformation of the data from the physical tables.
Appends an item to output_columns.
To override the contents of this collection use set_output_columns.
The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.
The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.
A value that indicates whether you want to import the data into SPICE.
A value that indicates whether you want to import the data into SPICE.
The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.
The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.
Appends an item to column_groups.
To override the contents of this collection use set_column_groups.
Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.
Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.
Adds a key-value pair to field_folders.
To override the contents of this collection use set_field_folders.
The folder that contains fields and nested subfolders for your dataset.
The folder that contains fields and nested subfolders for your dataset.
The row-level security configuration for the dataset.
pub fn set_row_level_permission_data_set(
self,
input: Option<RowLevelPermissionDataSet>
) -> Self
pub fn set_row_level_permission_data_set(
self,
input: Option<RowLevelPermissionDataSet>
) -> Self
The row-level security configuration for the dataset.
pub fn row_level_permission_tag_configuration(
self,
input: RowLevelPermissionTagConfiguration
) -> Self
pub fn row_level_permission_tag_configuration(
self,
input: RowLevelPermissionTagConfiguration
) -> Self
The element you can use to define tags for row-level security.
pub fn set_row_level_permission_tag_configuration(
self,
input: Option<RowLevelPermissionTagConfiguration>
) -> Self
pub fn set_row_level_permission_tag_configuration(
self,
input: Option<RowLevelPermissionTagConfiguration>
) -> Self
The element you can use to define tags for row-level security.
Appends an item to column_level_permission_rules.
To override the contents of this collection use set_column_level_permission_rules.
A set of one or more definitions of a ColumnLevelPermissionRule .
pub fn set_column_level_permission_rules(
self,
input: Option<Vec<ColumnLevelPermissionRule>>
) -> Self
pub fn set_column_level_permission_rules(
self,
input: Option<Vec<ColumnLevelPermissionRule>>
) -> Self
A set of one or more definitions of a ColumnLevelPermissionRule .
The usage configuration to apply to child datasets that reference this dataset as a source.
pub fn set_data_set_usage_configuration(
self,
input: Option<DataSetUsageConfiguration>
) -> Self
pub fn set_data_set_usage_configuration(
self,
input: Option<DataSetUsageConfiguration>
) -> Self
The usage configuration to apply to child datasets that reference this dataset as a source.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more