Struct aws_sdk_quicksight::types::builders::AxisLabelOptionsBuilder
source · #[non_exhaustive]pub struct AxisLabelOptionsBuilder { /* private fields */ }
Expand description
A builder for AxisLabelOptions
.
Implementations§
source§impl AxisLabelOptionsBuilder
impl AxisLabelOptionsBuilder
sourcepub fn font_configuration(self, input: FontConfiguration) -> Self
pub fn font_configuration(self, input: FontConfiguration) -> Self
The font configuration of the axis 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 axis label.
sourcepub fn get_font_configuration(&self) -> &Option<FontConfiguration>
pub fn get_font_configuration(&self) -> &Option<FontConfiguration>
The font configuration of the axis 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 axis 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 axis label.
sourcepub fn get_custom_label(&self) -> &Option<String>
pub fn get_custom_label(&self) -> &Option<String>
The text for the axis label.
sourcepub fn apply_to(self, input: AxisLabelReferenceOptions) -> Self
pub fn apply_to(self, input: AxisLabelReferenceOptions) -> Self
The options that indicate which field the label belongs to.
sourcepub fn set_apply_to(self, input: Option<AxisLabelReferenceOptions>) -> Self
pub fn set_apply_to(self, input: Option<AxisLabelReferenceOptions>) -> Self
The options that indicate which field the label belongs to.
sourcepub fn get_apply_to(&self) -> &Option<AxisLabelReferenceOptions>
pub fn get_apply_to(&self) -> &Option<AxisLabelReferenceOptions>
The options that indicate which field the label belongs to.
sourcepub fn build(self) -> AxisLabelOptions
pub fn build(self) -> AxisLabelOptions
Consumes the builder and constructs a AxisLabelOptions
.
Trait Implementations§
source§impl Clone for AxisLabelOptionsBuilder
impl Clone for AxisLabelOptionsBuilder
source§fn clone(&self) -> AxisLabelOptionsBuilder
fn clone(&self) -> AxisLabelOptionsBuilder
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 AxisLabelOptionsBuilder
impl Debug for AxisLabelOptionsBuilder
source§impl Default for AxisLabelOptionsBuilder
impl Default for AxisLabelOptionsBuilder
source§fn default() -> AxisLabelOptionsBuilder
fn default() -> AxisLabelOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AxisLabelOptionsBuilder
impl PartialEq for AxisLabelOptionsBuilder
source§fn eq(&self, other: &AxisLabelOptionsBuilder) -> bool
fn eq(&self, other: &AxisLabelOptionsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AxisLabelOptionsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AxisLabelOptionsBuilder
impl Send for AxisLabelOptionsBuilder
impl Sync for AxisLabelOptionsBuilder
impl Unpin for AxisLabelOptionsBuilder
impl UnwindSafe for AxisLabelOptionsBuilder
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.