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