Struct aws_sdk_quicksight::model::reference_line::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ReferenceLine
.
Implementations§
source§impl Builder
impl Builder
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 data_configuration(self, input: ReferenceLineDataConfiguration) -> Self
pub fn data_configuration(self, input: ReferenceLineDataConfiguration) -> Self
The data configuration of the reference line.
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 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 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 build(self) -> ReferenceLine
pub fn build(self) -> ReferenceLine
Consumes the builder and constructs a ReferenceLine
.