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