Struct aws_sdk_quicksight::types::builders::TopicIrMetricBuilder
source · #[non_exhaustive]pub struct TopicIrMetricBuilder { /* private fields */ }Expand description
A builder for TopicIrMetric.
Implementations§
source§impl TopicIrMetricBuilder
impl TopicIrMetricBuilder
sourcepub fn metric_id(self, input: Identifier) -> Self
pub fn metric_id(self, input: Identifier) -> Self
The metric ID for the TopicIRMetric.
sourcepub fn set_metric_id(self, input: Option<Identifier>) -> Self
pub fn set_metric_id(self, input: Option<Identifier>) -> Self
The metric ID for the TopicIRMetric.
sourcepub fn get_metric_id(&self) -> &Option<Identifier>
pub fn get_metric_id(&self) -> &Option<Identifier>
The metric ID for the TopicIRMetric.
sourcepub fn function(self, input: AggFunction) -> Self
pub fn function(self, input: AggFunction) -> Self
The function for the TopicIRMetric.
sourcepub fn set_function(self, input: Option<AggFunction>) -> Self
pub fn set_function(self, input: Option<AggFunction>) -> Self
The function for the TopicIRMetric.
sourcepub fn get_function(&self) -> &Option<AggFunction>
pub fn get_function(&self) -> &Option<AggFunction>
The function for the TopicIRMetric.
sourcepub fn operands(self, input: Identifier) -> Self
pub fn operands(self, input: Identifier) -> Self
Appends an item to operands.
To override the contents of this collection use set_operands.
The operands for the TopicIRMetric.
sourcepub fn set_operands(self, input: Option<Vec<Identifier>>) -> Self
pub fn set_operands(self, input: Option<Vec<Identifier>>) -> Self
The operands for the TopicIRMetric.
sourcepub fn get_operands(&self) -> &Option<Vec<Identifier>>
pub fn get_operands(&self) -> &Option<Vec<Identifier>>
The operands for the TopicIRMetric.
sourcepub fn comparison_method(self, input: TopicIrComparisonMethod) -> Self
pub fn comparison_method(self, input: TopicIrComparisonMethod) -> Self
The comparison method for the TopicIRMetric.
sourcepub fn set_comparison_method(
self,
input: Option<TopicIrComparisonMethod>,
) -> Self
pub fn set_comparison_method( self, input: Option<TopicIrComparisonMethod>, ) -> Self
The comparison method for the TopicIRMetric.
sourcepub fn get_comparison_method(&self) -> &Option<TopicIrComparisonMethod>
pub fn get_comparison_method(&self) -> &Option<TopicIrComparisonMethod>
The comparison method for the TopicIRMetric.
sourcepub fn expression(self, input: impl Into<String>) -> Self
pub fn expression(self, input: impl Into<String>) -> Self
The expression for the TopicIRMetric.
sourcepub fn set_expression(self, input: Option<String>) -> Self
pub fn set_expression(self, input: Option<String>) -> Self
The expression for the TopicIRMetric.
sourcepub fn get_expression(&self) -> &Option<String>
pub fn get_expression(&self) -> &Option<String>
The expression for the TopicIRMetric.
sourcepub fn calculated_field_references(self, input: Identifier) -> Self
pub fn calculated_field_references(self, input: Identifier) -> Self
Appends an item to calculated_field_references.
To override the contents of this collection use set_calculated_field_references.
The calculated field references for the TopicIRMetric.
sourcepub fn set_calculated_field_references(
self,
input: Option<Vec<Identifier>>,
) -> Self
pub fn set_calculated_field_references( self, input: Option<Vec<Identifier>>, ) -> Self
The calculated field references for the TopicIRMetric.
sourcepub fn get_calculated_field_references(&self) -> &Option<Vec<Identifier>>
pub fn get_calculated_field_references(&self) -> &Option<Vec<Identifier>>
The calculated field references for the TopicIRMetric.
sourcepub fn display_format(self, input: DisplayFormat) -> Self
pub fn display_format(self, input: DisplayFormat) -> Self
The display format for the TopicIRMetric.
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 TopicIRMetric.
sourcepub fn get_display_format(&self) -> &Option<DisplayFormat>
pub fn get_display_format(&self) -> &Option<DisplayFormat>
The display format for the TopicIRMetric.
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 TopicIRMetric.
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 TopicIRMetric.
sourcepub fn get_named_entity(&self) -> &Option<NamedEntityRef>
pub fn get_named_entity(&self) -> &Option<NamedEntityRef>
The named entity for the TopicIRMetric.
sourcepub fn build(self) -> TopicIrMetric
pub fn build(self) -> TopicIrMetric
Consumes the builder and constructs a TopicIrMetric.
Trait Implementations§
source§impl Clone for TopicIrMetricBuilder
impl Clone for TopicIrMetricBuilder
source§fn clone(&self) -> TopicIrMetricBuilder
fn clone(&self) -> TopicIrMetricBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for TopicIrMetricBuilder
impl Debug for TopicIrMetricBuilder
source§impl Default for TopicIrMetricBuilder
impl Default for TopicIrMetricBuilder
source§fn default() -> TopicIrMetricBuilder
fn default() -> TopicIrMetricBuilder
source§impl PartialEq for TopicIrMetricBuilder
impl PartialEq for TopicIrMetricBuilder
impl StructuralPartialEq for TopicIrMetricBuilder
Auto Trait Implementations§
impl Freeze for TopicIrMetricBuilder
impl RefUnwindSafe for TopicIrMetricBuilder
impl Send for TopicIrMetricBuilder
impl Sync for TopicIrMetricBuilder
impl Unpin for TopicIrMetricBuilder
impl UnwindSafe for TopicIrMetricBuilder
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