Struct aws_sdk_quicksight::types::builders::ArcConfigurationBuilder
source · #[non_exhaustive]pub struct ArcConfigurationBuilder { /* private fields */ }Expand description
A builder for ArcConfiguration.
Implementations§
source§impl ArcConfigurationBuilder
impl ArcConfigurationBuilder
sourcepub fn arc_angle(self, input: f64) -> Self
pub fn arc_angle(self, input: f64) -> Self
The option that determines the arc angle of a GaugeChartVisual.
sourcepub fn set_arc_angle(self, input: Option<f64>) -> Self
pub fn set_arc_angle(self, input: Option<f64>) -> Self
The option that determines the arc angle of a GaugeChartVisual.
sourcepub fn get_arc_angle(&self) -> &Option<f64>
pub fn get_arc_angle(&self) -> &Option<f64>
The option that determines the arc angle of a GaugeChartVisual.
sourcepub fn arc_thickness(self, input: ArcThicknessOptions) -> Self
pub fn arc_thickness(self, input: ArcThicknessOptions) -> Self
The options that determine the arc thickness of a GaugeChartVisual.
sourcepub fn set_arc_thickness(self, input: Option<ArcThicknessOptions>) -> Self
pub fn set_arc_thickness(self, input: Option<ArcThicknessOptions>) -> Self
The options that determine the arc thickness of a GaugeChartVisual.
sourcepub fn get_arc_thickness(&self) -> &Option<ArcThicknessOptions>
pub fn get_arc_thickness(&self) -> &Option<ArcThicknessOptions>
The options that determine the arc thickness of a GaugeChartVisual.
sourcepub fn build(self) -> ArcConfiguration
pub fn build(self) -> ArcConfiguration
Consumes the builder and constructs a ArcConfiguration.
Trait Implementations§
source§impl Clone for ArcConfigurationBuilder
impl Clone for ArcConfigurationBuilder
source§fn clone(&self) -> ArcConfigurationBuilder
fn clone(&self) -> ArcConfigurationBuilder
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 ArcConfigurationBuilder
impl Debug for ArcConfigurationBuilder
source§impl Default for ArcConfigurationBuilder
impl Default for ArcConfigurationBuilder
source§fn default() -> ArcConfigurationBuilder
fn default() -> ArcConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ArcConfigurationBuilder
impl PartialEq for ArcConfigurationBuilder
source§fn eq(&self, other: &ArcConfigurationBuilder) -> bool
fn eq(&self, other: &ArcConfigurationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ArcConfigurationBuilder
Auto Trait Implementations§
impl Freeze for ArcConfigurationBuilder
impl RefUnwindSafe for ArcConfigurationBuilder
impl Send for ArcConfigurationBuilder
impl Sync for ArcConfigurationBuilder
impl Unpin for ArcConfigurationBuilder
impl UnwindSafe for ArcConfigurationBuilder
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.