Struct aws_sdk_quicksight::model::numeric_axis_options::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for NumericAxisOptions
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn range(self, input: AxisDisplayRange) -> Self
pub fn range(self, input: AxisDisplayRange) -> Self
The range setup of a numeric axis.
sourcepub fn set_range(self, input: Option<AxisDisplayRange>) -> Self
pub fn set_range(self, input: Option<AxisDisplayRange>) -> Self
The range setup of a numeric axis.
sourcepub fn build(self) -> NumericAxisOptions
pub fn build(self) -> NumericAxisOptions
Consumes the builder and constructs a NumericAxisOptions
.