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 get_visibility(&self) -> &Option<Visibility>
pub fn get_visibility(&self) -> &Option<Visibility>
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 get_font_configuration(&self) -> &Option<FontConfiguration>
pub fn get_font_configuration(&self) -> &Option<FontConfiguration>
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 get_custom_label(&self) -> &Option<String>
pub fn get_custom_label(&self) -> &Option<String>
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 for LabelOptionsBuilder
impl PartialEq 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 ==.impl StructuralPartialEq for LabelOptionsBuilder
Auto Trait Implementations§
impl Freeze for LabelOptionsBuilder
impl RefUnwindSafe for LabelOptionsBuilder
impl Send for LabelOptionsBuilder
impl Sync for LabelOptionsBuilder
impl Unpin for LabelOptionsBuilder
impl UnwindSafe for LabelOptionsBuilder
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.