Struct aws_sdk_quicksight::types::builders::AxisLinearScaleBuilder
source · #[non_exhaustive]pub struct AxisLinearScaleBuilder { /* private fields */ }Expand description
A builder for AxisLinearScale.
Implementations§
source§impl AxisLinearScaleBuilder
impl AxisLinearScaleBuilder
sourcepub fn step_count(self, input: i32) -> Self
pub fn step_count(self, input: i32) -> Self
The step count setup of a linear axis.
sourcepub fn set_step_count(self, input: Option<i32>) -> Self
pub fn set_step_count(self, input: Option<i32>) -> Self
The step count setup of a linear axis.
sourcepub fn set_step_size(self, input: Option<f64>) -> Self
pub fn set_step_size(self, input: Option<f64>) -> Self
The step size setup of a linear axis.
sourcepub fn build(self) -> AxisLinearScale
pub fn build(self) -> AxisLinearScale
Consumes the builder and constructs a AxisLinearScale.
Trait Implementations§
source§impl Clone for AxisLinearScaleBuilder
impl Clone for AxisLinearScaleBuilder
source§fn clone(&self) -> AxisLinearScaleBuilder
fn clone(&self) -> AxisLinearScaleBuilder
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 AxisLinearScaleBuilder
impl Debug for AxisLinearScaleBuilder
source§impl Default for AxisLinearScaleBuilder
impl Default for AxisLinearScaleBuilder
source§fn default() -> AxisLinearScaleBuilder
fn default() -> AxisLinearScaleBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AxisLinearScaleBuilder> for AxisLinearScaleBuilder
impl PartialEq<AxisLinearScaleBuilder> for AxisLinearScaleBuilder
source§fn eq(&self, other: &AxisLinearScaleBuilder) -> bool
fn eq(&self, other: &AxisLinearScaleBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.