#[non_exhaustive]pub struct StatePersistenceConfigurationsBuilder { /* private fields */ }Expand description
A builder for StatePersistenceConfigurations.
Implementations§
source§impl StatePersistenceConfigurationsBuilder
impl StatePersistenceConfigurationsBuilder
sourcepub fn enabled(self, input: bool) -> Self
pub fn enabled(self, input: bool) -> Self
Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.
This field is required.sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.
sourcepub fn get_enabled(&self) -> &Option<bool>
pub fn get_enabled(&self) -> &Option<bool>
Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.
sourcepub fn build(self) -> StatePersistenceConfigurations
pub fn build(self) -> StatePersistenceConfigurations
Consumes the builder and constructs a StatePersistenceConfigurations.
Trait Implementations§
source§impl Clone for StatePersistenceConfigurationsBuilder
impl Clone for StatePersistenceConfigurationsBuilder
source§fn clone(&self) -> StatePersistenceConfigurationsBuilder
fn clone(&self) -> StatePersistenceConfigurationsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for StatePersistenceConfigurationsBuilder
impl Default for StatePersistenceConfigurationsBuilder
source§fn default() -> StatePersistenceConfigurationsBuilder
fn default() -> StatePersistenceConfigurationsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StatePersistenceConfigurationsBuilder
impl PartialEq for StatePersistenceConfigurationsBuilder
source§fn eq(&self, other: &StatePersistenceConfigurationsBuilder) -> bool
fn eq(&self, other: &StatePersistenceConfigurationsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StatePersistenceConfigurationsBuilder
Auto Trait Implementations§
impl Freeze for StatePersistenceConfigurationsBuilder
impl RefUnwindSafe for StatePersistenceConfigurationsBuilder
impl Send for StatePersistenceConfigurationsBuilder
impl Sync for StatePersistenceConfigurationsBuilder
impl Unpin for StatePersistenceConfigurationsBuilder
impl UnwindSafe for StatePersistenceConfigurationsBuilder
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
Mutably borrows from an owned value. Read more
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>
Creates a shared type from an unshared type.