Class CfnAnalysisPropsMixin.ArcConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.ArcConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ArcConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.ArcConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.ArcConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ArcConfigurationProperty>
A builder for
CfnAnalysisPropsMixin.ArcConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnAnalysisPropsMixin.ArcConfigurationProperty.getArcAngle()arcThickness(String arcThickness) Sets the value ofCfnAnalysisPropsMixin.ArcConfigurationProperty.getArcThickness()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arcAngle
@Stability(Stable) public CfnAnalysisPropsMixin.ArcConfigurationProperty.Builder arcAngle(Number arcAngle) Sets the value ofCfnAnalysisPropsMixin.ArcConfigurationProperty.getArcAngle()- Parameters:
arcAngle- The option that determines the arc angle of aGaugeChartVisual.- Returns:
this
-
arcThickness
@Stability(Stable) public CfnAnalysisPropsMixin.ArcConfigurationProperty.Builder arcThickness(String arcThickness) Sets the value ofCfnAnalysisPropsMixin.ArcConfigurationProperty.getArcThickness()- Parameters:
arcThickness- The options that determine the arc thickness of aGaugeChartVisual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.ArcConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.ArcConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-