#[non_exhaustive]pub struct SnapshotAnonymousUserBuilder { /* private fields */ }Expand description
A builder for SnapshotAnonymousUser.
Implementations§
source§impl SnapshotAnonymousUserBuilder
impl SnapshotAnonymousUserBuilder
Appends an item to row_level_permission_tags.
To override the contents of this collection use set_row_level_permission_tags.
The tags to be used for row-level security (RLS). Make sure that the relevant datasets have RLS tags configured before you start a snapshot export job. You can configure the RLS tags of a dataset with a DataSet$RowLevelPermissionTagConfiguration API call.
These are not the tags that are used for Amazon Web Services resource tagging. For more information on row level security in Amazon QuickSight, see Using Row-Level Security (RLS) with Tagsin the Amazon QuickSight User Guide.
The tags to be used for row-level security (RLS). Make sure that the relevant datasets have RLS tags configured before you start a snapshot export job. You can configure the RLS tags of a dataset with a DataSet$RowLevelPermissionTagConfiguration API call.
These are not the tags that are used for Amazon Web Services resource tagging. For more information on row level security in Amazon QuickSight, see Using Row-Level Security (RLS) with Tagsin the Amazon QuickSight User Guide.
The tags to be used for row-level security (RLS). Make sure that the relevant datasets have RLS tags configured before you start a snapshot export job. You can configure the RLS tags of a dataset with a DataSet$RowLevelPermissionTagConfiguration API call.
These are not the tags that are used for Amazon Web Services resource tagging. For more information on row level security in Amazon QuickSight, see Using Row-Level Security (RLS) with Tagsin the Amazon QuickSight User Guide.
sourcepub fn build(self) -> SnapshotAnonymousUser
pub fn build(self) -> SnapshotAnonymousUser
Consumes the builder and constructs a SnapshotAnonymousUser.
Trait Implementations§
source§impl Clone for SnapshotAnonymousUserBuilder
impl Clone for SnapshotAnonymousUserBuilder
source§fn clone(&self) -> SnapshotAnonymousUserBuilder
fn clone(&self) -> SnapshotAnonymousUserBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for SnapshotAnonymousUserBuilder
impl Debug for SnapshotAnonymousUserBuilder
source§impl Default for SnapshotAnonymousUserBuilder
impl Default for SnapshotAnonymousUserBuilder
source§fn default() -> SnapshotAnonymousUserBuilder
fn default() -> SnapshotAnonymousUserBuilder
source§impl PartialEq for SnapshotAnonymousUserBuilder
impl PartialEq for SnapshotAnonymousUserBuilder
source§fn eq(&self, other: &SnapshotAnonymousUserBuilder) -> bool
fn eq(&self, other: &SnapshotAnonymousUserBuilder) -> bool
self and other values to be equal, and is used
by ==.