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