#[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 ==.impl StructuralPartialEq for SnapshotAnonymousUserBuilder
Auto Trait Implementations§
impl Freeze for SnapshotAnonymousUserBuilder
impl RefUnwindSafe for SnapshotAnonymousUserBuilder
impl Send for SnapshotAnonymousUserBuilder
impl Sync for SnapshotAnonymousUserBuilder
impl Unpin for SnapshotAnonymousUserBuilder
impl UnwindSafe for SnapshotAnonymousUserBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more