Struct aws_sdk_quicksight::model::column_level_permission_rule::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ColumnLevelPermissionRule
Implementations
Appends an item to principals.
To override the contents of this collection use set_principals.
An array of Amazon Resource Names (ARNs) for Amazon QuickSight users or groups.
An array of Amazon Resource Names (ARNs) for Amazon QuickSight users or groups.
Appends an item to column_names.
To override the contents of this collection use set_column_names.
An array of column names.
An array of column names.
Consumes the builder and constructs a ColumnLevelPermissionRule
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
