Struct aws_sdk_quicksight::types::builders::TopicIrGroupByBuilder
source · #[non_exhaustive]pub struct TopicIrGroupByBuilder { /* private fields */ }Expand description
A builder for TopicIrGroupBy.
Implementations§
source§impl TopicIrGroupByBuilder
impl TopicIrGroupByBuilder
sourcepub fn field_name(self, input: Identifier) -> Self
pub fn field_name(self, input: Identifier) -> Self
The field name for the TopicIRGroupBy.
sourcepub fn set_field_name(self, input: Option<Identifier>) -> Self
pub fn set_field_name(self, input: Option<Identifier>) -> Self
The field name for the TopicIRGroupBy.
sourcepub fn get_field_name(&self) -> &Option<Identifier>
pub fn get_field_name(&self) -> &Option<Identifier>
The field name for the TopicIRGroupBy.
sourcepub fn time_granularity(self, input: TopicTimeGranularity) -> Self
pub fn time_granularity(self, input: TopicTimeGranularity) -> Self
The time granularity for the TopicIRGroupBy.
sourcepub fn set_time_granularity(self, input: Option<TopicTimeGranularity>) -> Self
pub fn set_time_granularity(self, input: Option<TopicTimeGranularity>) -> Self
The time granularity for the TopicIRGroupBy.
sourcepub fn get_time_granularity(&self) -> &Option<TopicTimeGranularity>
pub fn get_time_granularity(&self) -> &Option<TopicTimeGranularity>
The time granularity for the TopicIRGroupBy.
sourcepub fn sort(self, input: TopicSortClause) -> Self
pub fn sort(self, input: TopicSortClause) -> Self
The sort for the TopicIRGroupBy.
sourcepub fn set_sort(self, input: Option<TopicSortClause>) -> Self
pub fn set_sort(self, input: Option<TopicSortClause>) -> Self
The sort for the TopicIRGroupBy.
sourcepub fn get_sort(&self) -> &Option<TopicSortClause>
pub fn get_sort(&self) -> &Option<TopicSortClause>
The sort for the TopicIRGroupBy.
sourcepub fn display_format(self, input: DisplayFormat) -> Self
pub fn display_format(self, input: DisplayFormat) -> Self
The display format for the TopicIRGroupBy.
sourcepub fn set_display_format(self, input: Option<DisplayFormat>) -> Self
pub fn set_display_format(self, input: Option<DisplayFormat>) -> Self
The display format for the TopicIRGroupBy.
sourcepub fn get_display_format(&self) -> &Option<DisplayFormat>
pub fn get_display_format(&self) -> &Option<DisplayFormat>
The display format for the TopicIRGroupBy.
sourcepub fn display_format_options(self, input: DisplayFormatOptions) -> Self
pub fn display_format_options(self, input: DisplayFormatOptions) -> Self
A structure that represents additional options for display formatting.
sourcepub fn set_display_format_options(
self,
input: Option<DisplayFormatOptions>,
) -> Self
pub fn set_display_format_options( self, input: Option<DisplayFormatOptions>, ) -> Self
A structure that represents additional options for display formatting.
sourcepub fn get_display_format_options(&self) -> &Option<DisplayFormatOptions>
pub fn get_display_format_options(&self) -> &Option<DisplayFormatOptions>
A structure that represents additional options for display formatting.
sourcepub fn named_entity(self, input: NamedEntityRef) -> Self
pub fn named_entity(self, input: NamedEntityRef) -> Self
The named entity for the TopicIRGroupBy.
sourcepub fn set_named_entity(self, input: Option<NamedEntityRef>) -> Self
pub fn set_named_entity(self, input: Option<NamedEntityRef>) -> Self
The named entity for the TopicIRGroupBy.
sourcepub fn get_named_entity(&self) -> &Option<NamedEntityRef>
pub fn get_named_entity(&self) -> &Option<NamedEntityRef>
The named entity for the TopicIRGroupBy.
sourcepub fn build(self) -> TopicIrGroupBy
pub fn build(self) -> TopicIrGroupBy
Consumes the builder and constructs a TopicIrGroupBy.
Trait Implementations§
source§impl Clone for TopicIrGroupByBuilder
impl Clone for TopicIrGroupByBuilder
source§fn clone(&self) -> TopicIrGroupByBuilder
fn clone(&self) -> TopicIrGroupByBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for TopicIrGroupByBuilder
impl Debug for TopicIrGroupByBuilder
source§impl Default for TopicIrGroupByBuilder
impl Default for TopicIrGroupByBuilder
source§fn default() -> TopicIrGroupByBuilder
fn default() -> TopicIrGroupByBuilder
source§impl PartialEq for TopicIrGroupByBuilder
impl PartialEq for TopicIrGroupByBuilder
impl StructuralPartialEq for TopicIrGroupByBuilder
Auto Trait Implementations§
impl Freeze for TopicIrGroupByBuilder
impl RefUnwindSafe for TopicIrGroupByBuilder
impl Send for TopicIrGroupByBuilder
impl Sync for TopicIrGroupByBuilder
impl Unpin for TopicIrGroupByBuilder
impl UnwindSafe for TopicIrGroupByBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more