Struct aws_sdk_quicksight::types::builders::AxisDataOptionsBuilder
source · #[non_exhaustive]pub struct AxisDataOptionsBuilder { /* private fields */ }Expand description
A builder for AxisDataOptions.
Implementations§
source§impl AxisDataOptionsBuilder
impl AxisDataOptionsBuilder
sourcepub fn numeric_axis_options(self, input: NumericAxisOptions) -> Self
pub fn numeric_axis_options(self, input: NumericAxisOptions) -> Self
The options for an axis with a numeric field.
sourcepub fn set_numeric_axis_options(self, input: Option<NumericAxisOptions>) -> Self
pub fn set_numeric_axis_options(self, input: Option<NumericAxisOptions>) -> Self
The options for an axis with a numeric field.
sourcepub fn get_numeric_axis_options(&self) -> &Option<NumericAxisOptions>
pub fn get_numeric_axis_options(&self) -> &Option<NumericAxisOptions>
The options for an axis with a numeric field.
sourcepub fn date_axis_options(self, input: DateAxisOptions) -> Self
pub fn date_axis_options(self, input: DateAxisOptions) -> Self
The options for an axis with a date field.
sourcepub fn set_date_axis_options(self, input: Option<DateAxisOptions>) -> Self
pub fn set_date_axis_options(self, input: Option<DateAxisOptions>) -> Self
The options for an axis with a date field.
sourcepub fn get_date_axis_options(&self) -> &Option<DateAxisOptions>
pub fn get_date_axis_options(&self) -> &Option<DateAxisOptions>
The options for an axis with a date field.
sourcepub fn build(self) -> AxisDataOptions
pub fn build(self) -> AxisDataOptions
Consumes the builder and constructs a AxisDataOptions.
Trait Implementations§
source§impl Clone for AxisDataOptionsBuilder
impl Clone for AxisDataOptionsBuilder
source§fn clone(&self) -> AxisDataOptionsBuilder
fn clone(&self) -> AxisDataOptionsBuilder
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 AxisDataOptionsBuilder
impl Debug for AxisDataOptionsBuilder
source§impl Default for AxisDataOptionsBuilder
impl Default for AxisDataOptionsBuilder
source§fn default() -> AxisDataOptionsBuilder
fn default() -> AxisDataOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AxisDataOptionsBuilder
impl PartialEq for AxisDataOptionsBuilder
source§fn eq(&self, other: &AxisDataOptionsBuilder) -> bool
fn eq(&self, other: &AxisDataOptionsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AxisDataOptionsBuilder
Auto Trait Implementations§
impl Freeze for AxisDataOptionsBuilder
impl RefUnwindSafe for AxisDataOptionsBuilder
impl Send for AxisDataOptionsBuilder
impl Sync for AxisDataOptionsBuilder
impl Unpin for AxisDataOptionsBuilder
impl UnwindSafe for AxisDataOptionsBuilder
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.