Struct aws_sdk_quicksight::types::builders::ReferenceLineBuilder
source · #[non_exhaustive]pub struct ReferenceLineBuilder { /* private fields */ }Expand description
A builder for ReferenceLine.
Implementations§
source§impl ReferenceLineBuilder
impl ReferenceLineBuilder
sourcepub fn status(self, input: WidgetStatus) -> Self
pub fn status(self, input: WidgetStatus) -> Self
The status of the reference line. Choose one of the following options:
-
ENABLE -
DISABLE
sourcepub fn set_status(self, input: Option<WidgetStatus>) -> Self
pub fn set_status(self, input: Option<WidgetStatus>) -> Self
The status of the reference line. Choose one of the following options:
-
ENABLE -
DISABLE
sourcepub fn get_status(&self) -> &Option<WidgetStatus>
pub fn get_status(&self) -> &Option<WidgetStatus>
The status of the reference line. Choose one of the following options:
-
ENABLE -
DISABLE
sourcepub fn data_configuration(self, input: ReferenceLineDataConfiguration) -> Self
pub fn data_configuration(self, input: ReferenceLineDataConfiguration) -> Self
The data configuration of the reference line.
This field is required.sourcepub fn set_data_configuration(
self,
input: Option<ReferenceLineDataConfiguration>
) -> Self
pub fn set_data_configuration( self, input: Option<ReferenceLineDataConfiguration> ) -> Self
The data configuration of the reference line.
sourcepub fn get_data_configuration(&self) -> &Option<ReferenceLineDataConfiguration>
pub fn get_data_configuration(&self) -> &Option<ReferenceLineDataConfiguration>
The data configuration of the reference line.
sourcepub fn style_configuration(self, input: ReferenceLineStyleConfiguration) -> Self
pub fn style_configuration(self, input: ReferenceLineStyleConfiguration) -> Self
The style configuration of the reference line.
sourcepub fn set_style_configuration(
self,
input: Option<ReferenceLineStyleConfiguration>
) -> Self
pub fn set_style_configuration( self, input: Option<ReferenceLineStyleConfiguration> ) -> Self
The style configuration of the reference line.
sourcepub fn get_style_configuration(
&self
) -> &Option<ReferenceLineStyleConfiguration>
pub fn get_style_configuration( &self ) -> &Option<ReferenceLineStyleConfiguration>
The style configuration of the reference line.
sourcepub fn label_configuration(self, input: ReferenceLineLabelConfiguration) -> Self
pub fn label_configuration(self, input: ReferenceLineLabelConfiguration) -> Self
The label configuration of the reference line.
sourcepub fn set_label_configuration(
self,
input: Option<ReferenceLineLabelConfiguration>
) -> Self
pub fn set_label_configuration( self, input: Option<ReferenceLineLabelConfiguration> ) -> Self
The label configuration of the reference line.
sourcepub fn get_label_configuration(
&self
) -> &Option<ReferenceLineLabelConfiguration>
pub fn get_label_configuration( &self ) -> &Option<ReferenceLineLabelConfiguration>
The label configuration of the reference line.
sourcepub fn build(self) -> ReferenceLine
pub fn build(self) -> ReferenceLine
Consumes the builder and constructs a ReferenceLine.
Trait Implementations§
source§impl Clone for ReferenceLineBuilder
impl Clone for ReferenceLineBuilder
source§fn clone(&self) -> ReferenceLineBuilder
fn clone(&self) -> ReferenceLineBuilder
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 ReferenceLineBuilder
impl Debug for ReferenceLineBuilder
source§impl Default for ReferenceLineBuilder
impl Default for ReferenceLineBuilder
source§fn default() -> ReferenceLineBuilder
fn default() -> ReferenceLineBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ReferenceLineBuilder
impl PartialEq for ReferenceLineBuilder
source§fn eq(&self, other: &ReferenceLineBuilder) -> bool
fn eq(&self, other: &ReferenceLineBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ReferenceLineBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ReferenceLineBuilder
impl Send for ReferenceLineBuilder
impl Sync for ReferenceLineBuilder
impl Unpin for ReferenceLineBuilder
impl UnwindSafe for ReferenceLineBuilder
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.