pub struct Builder { /* private fields */ }Expand description
A builder for ColumnLevelPermissionRule.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn principals(self, input: impl Into<String>) -> Self
pub fn principals(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_principals(self, input: Option<Vec<String>>) -> Self
pub fn set_principals(self, input: Option<Vec<String>>) -> Self
An array of Amazon Resource Names (ARNs) for Amazon QuickSight users or groups.
sourcepub fn column_names(self, input: impl Into<String>) -> Self
pub fn column_names(self, input: impl Into<String>) -> Self
Appends an item to column_names.
To override the contents of this collection use set_column_names.
An array of column names.
sourcepub fn set_column_names(self, input: Option<Vec<String>>) -> Self
pub fn set_column_names(self, input: Option<Vec<String>>) -> Self
An array of column names.
sourcepub fn build(self) -> ColumnLevelPermissionRule
pub fn build(self) -> ColumnLevelPermissionRule
Consumes the builder and constructs a ColumnLevelPermissionRule.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more