Struct aws_sdk_quicksight::types::builders::LabelOptionsBuilder
source · #[non_exhaustive]pub struct LabelOptionsBuilder { /* private fields */ }
Expand description
A builder for LabelOptions
.
Implementations§
source§impl LabelOptionsBuilder
impl LabelOptionsBuilder
sourcepub fn visibility(self, input: Visibility) -> Self
pub fn visibility(self, input: Visibility) -> Self
Determines whether or not the label is visible.
sourcepub fn set_visibility(self, input: Option<Visibility>) -> Self
pub fn set_visibility(self, input: Option<Visibility>) -> Self
Determines whether or not the label is visible.
sourcepub fn font_configuration(self, input: FontConfiguration) -> Self
pub fn font_configuration(self, input: FontConfiguration) -> Self
The font configuration of the label.
sourcepub fn set_font_configuration(self, input: Option<FontConfiguration>) -> Self
pub fn set_font_configuration(self, input: Option<FontConfiguration>) -> Self
The font configuration of the label.
sourcepub fn custom_label(self, input: impl Into<String>) -> Self
pub fn custom_label(self, input: impl Into<String>) -> Self
The text for the label.
sourcepub fn set_custom_label(self, input: Option<String>) -> Self
pub fn set_custom_label(self, input: Option<String>) -> Self
The text for the label.
sourcepub fn build(self) -> LabelOptions
pub fn build(self) -> LabelOptions
Consumes the builder and constructs a LabelOptions
.
Trait Implementations§
source§impl Clone for LabelOptionsBuilder
impl Clone for LabelOptionsBuilder
source§fn clone(&self) -> LabelOptionsBuilder
fn clone(&self) -> LabelOptionsBuilder
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 LabelOptionsBuilder
impl Debug for LabelOptionsBuilder
source§impl Default for LabelOptionsBuilder
impl Default for LabelOptionsBuilder
source§fn default() -> LabelOptionsBuilder
fn default() -> LabelOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LabelOptionsBuilder> for LabelOptionsBuilder
impl PartialEq<LabelOptionsBuilder> for LabelOptionsBuilder
source§fn eq(&self, other: &LabelOptionsBuilder) -> bool
fn eq(&self, other: &LabelOptionsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.