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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
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
source§impl PartialEq for ReferenceLineBuilder
impl PartialEq for ReferenceLineBuilder
source§fn eq(&self, other: &ReferenceLineBuilder) -> bool
fn eq(&self, other: &ReferenceLineBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.