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