Class CfnAnalysis.ArcAxisConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.ArcAxisConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.ArcAxisConfigurationProperty>
- Enclosing interface:
CfnAnalysis.ArcAxisConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.ArcAxisConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.ArcAxisConfigurationProperty>
A builder for
CfnAnalysis.ArcAxisConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.range
(IResolvable range) Sets the value ofCfnAnalysis.ArcAxisConfigurationProperty.getRange()
Sets the value ofCfnAnalysis.ArcAxisConfigurationProperty.getRange()
reserveRange
(Number reserveRange) Sets the value ofCfnAnalysis.ArcAxisConfigurationProperty.getReserveRange()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
range
Sets the value ofCfnAnalysis.ArcAxisConfigurationProperty.getRange()
- Parameters:
range
- The arc axis range of aGaugeChartVisual
.- Returns:
this
-
range
@Stability(Stable) public CfnAnalysis.ArcAxisConfigurationProperty.Builder range(CfnAnalysis.ArcAxisDisplayRangeProperty range) Sets the value ofCfnAnalysis.ArcAxisConfigurationProperty.getRange()
- Parameters:
range
- The arc axis range of aGaugeChartVisual
.- Returns:
this
-
reserveRange
@Stability(Stable) public CfnAnalysis.ArcAxisConfigurationProperty.Builder reserveRange(Number reserveRange) Sets the value ofCfnAnalysis.ArcAxisConfigurationProperty.getReserveRange()
- Parameters:
reserveRange
- The reserved range of the arc axis.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.ArcAxisConfigurationProperty>
- Returns:
- a new instance of
CfnAnalysis.ArcAxisConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-