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