Struct aws_sdk_quicksight::types::builders::AnalysisDefaultsBuilder
source · #[non_exhaustive]pub struct AnalysisDefaultsBuilder { /* private fields */ }
Expand description
A builder for AnalysisDefaults
.
Implementations§
source§impl AnalysisDefaultsBuilder
impl AnalysisDefaultsBuilder
sourcepub fn default_new_sheet_configuration(
self,
input: DefaultNewSheetConfiguration
) -> Self
pub fn default_new_sheet_configuration( self, input: DefaultNewSheetConfiguration ) -> Self
The configuration for default new sheet settings.
This field is required.sourcepub fn set_default_new_sheet_configuration(
self,
input: Option<DefaultNewSheetConfiguration>
) -> Self
pub fn set_default_new_sheet_configuration( self, input: Option<DefaultNewSheetConfiguration> ) -> Self
The configuration for default new sheet settings.
sourcepub fn get_default_new_sheet_configuration(
&self
) -> &Option<DefaultNewSheetConfiguration>
pub fn get_default_new_sheet_configuration( &self ) -> &Option<DefaultNewSheetConfiguration>
The configuration for default new sheet settings.
sourcepub fn build(self) -> AnalysisDefaults
pub fn build(self) -> AnalysisDefaults
Consumes the builder and constructs a AnalysisDefaults
.
Trait Implementations§
source§impl Clone for AnalysisDefaultsBuilder
impl Clone for AnalysisDefaultsBuilder
source§fn clone(&self) -> AnalysisDefaultsBuilder
fn clone(&self) -> AnalysisDefaultsBuilder
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 Debug for AnalysisDefaultsBuilder
impl Debug for AnalysisDefaultsBuilder
source§impl Default for AnalysisDefaultsBuilder
impl Default for AnalysisDefaultsBuilder
source§fn default() -> AnalysisDefaultsBuilder
fn default() -> AnalysisDefaultsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AnalysisDefaultsBuilder
impl PartialEq for AnalysisDefaultsBuilder
source§fn eq(&self, other: &AnalysisDefaultsBuilder) -> bool
fn eq(&self, other: &AnalysisDefaultsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AnalysisDefaultsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AnalysisDefaultsBuilder
impl Send for AnalysisDefaultsBuilder
impl Sync for AnalysisDefaultsBuilder
impl Unpin for AnalysisDefaultsBuilder
impl UnwindSafe for AnalysisDefaultsBuilder
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.