Struct aws_sdk_quicksight::types::builders::DataAggregationBuilder
source · #[non_exhaustive]pub struct DataAggregationBuilder { /* private fields */ }
Expand description
A builder for DataAggregation
.
Implementations§
source§impl DataAggregationBuilder
impl DataAggregationBuilder
sourcepub fn dataset_row_date_granularity(self, input: TopicTimeGranularity) -> Self
pub fn dataset_row_date_granularity(self, input: TopicTimeGranularity) -> Self
The level of time precision that is used to aggregate DateTime
values.
sourcepub fn set_dataset_row_date_granularity(
self,
input: Option<TopicTimeGranularity>
) -> Self
pub fn set_dataset_row_date_granularity( self, input: Option<TopicTimeGranularity> ) -> Self
The level of time precision that is used to aggregate DateTime
values.
sourcepub fn get_dataset_row_date_granularity(&self) -> &Option<TopicTimeGranularity>
pub fn get_dataset_row_date_granularity(&self) -> &Option<TopicTimeGranularity>
The level of time precision that is used to aggregate DateTime
values.
sourcepub fn default_date_column_name(self, input: impl Into<String>) -> Self
pub fn default_date_column_name(self, input: impl Into<String>) -> Self
The column name for the default date.
sourcepub fn set_default_date_column_name(self, input: Option<String>) -> Self
pub fn set_default_date_column_name(self, input: Option<String>) -> Self
The column name for the default date.
sourcepub fn get_default_date_column_name(&self) -> &Option<String>
pub fn get_default_date_column_name(&self) -> &Option<String>
The column name for the default date.
sourcepub fn build(self) -> DataAggregation
pub fn build(self) -> DataAggregation
Consumes the builder and constructs a DataAggregation
.
Trait Implementations§
source§impl Clone for DataAggregationBuilder
impl Clone for DataAggregationBuilder
source§fn clone(&self) -> DataAggregationBuilder
fn clone(&self) -> DataAggregationBuilder
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 DataAggregationBuilder
impl Debug for DataAggregationBuilder
source§impl Default for DataAggregationBuilder
impl Default for DataAggregationBuilder
source§fn default() -> DataAggregationBuilder
fn default() -> DataAggregationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DataAggregationBuilder
impl PartialEq for DataAggregationBuilder
source§fn eq(&self, other: &DataAggregationBuilder) -> bool
fn eq(&self, other: &DataAggregationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DataAggregationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DataAggregationBuilder
impl Send for DataAggregationBuilder
impl Sync for DataAggregationBuilder
impl Unpin for DataAggregationBuilder
impl UnwindSafe for DataAggregationBuilder
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.