Struct aws_sdk_quicksight::types::builders::BinWidthOptionsBuilder
source · #[non_exhaustive]pub struct BinWidthOptionsBuilder { /* private fields */ }Expand description
A builder for BinWidthOptions.
Implementations§
source§impl BinWidthOptionsBuilder
impl BinWidthOptionsBuilder
sourcepub fn set_value(self, input: Option<f64>) -> Self
pub fn set_value(self, input: Option<f64>) -> Self
The options that determine the bin width value.
sourcepub fn bin_count_limit(self, input: i64) -> Self
pub fn bin_count_limit(self, input: i64) -> Self
The options that determine the bin count limit.
sourcepub fn set_bin_count_limit(self, input: Option<i64>) -> Self
pub fn set_bin_count_limit(self, input: Option<i64>) -> Self
The options that determine the bin count limit.
sourcepub fn get_bin_count_limit(&self) -> &Option<i64>
pub fn get_bin_count_limit(&self) -> &Option<i64>
The options that determine the bin count limit.
sourcepub fn build(self) -> BinWidthOptions
pub fn build(self) -> BinWidthOptions
Consumes the builder and constructs a BinWidthOptions.
Trait Implementations§
source§impl Clone for BinWidthOptionsBuilder
impl Clone for BinWidthOptionsBuilder
source§fn clone(&self) -> BinWidthOptionsBuilder
fn clone(&self) -> BinWidthOptionsBuilder
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 BinWidthOptionsBuilder
impl Debug for BinWidthOptionsBuilder
source§impl Default for BinWidthOptionsBuilder
impl Default for BinWidthOptionsBuilder
source§fn default() -> BinWidthOptionsBuilder
fn default() -> BinWidthOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BinWidthOptionsBuilder
impl PartialEq for BinWidthOptionsBuilder
source§fn eq(&self, other: &BinWidthOptionsBuilder) -> bool
fn eq(&self, other: &BinWidthOptionsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BinWidthOptionsBuilder
Auto Trait Implementations§
impl Freeze for BinWidthOptionsBuilder
impl RefUnwindSafe for BinWidthOptionsBuilder
impl Send for BinWidthOptionsBuilder
impl Sync for BinWidthOptionsBuilder
impl Unpin for BinWidthOptionsBuilder
impl UnwindSafe for BinWidthOptionsBuilder
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.