Class CfnDashboardPropsMixin.NumericAxisOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.NumericAxisOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.NumericAxisOptionsProperty>
- Enclosing interface:
CfnDashboardPropsMixin.NumericAxisOptionsProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.NumericAxisOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.NumericAxisOptionsProperty>
A builder for
CfnDashboardPropsMixin.NumericAxisOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboardPropsMixin.NumericAxisOptionsProperty.getRange()range(IResolvable range) Sets the value ofCfnDashboardPropsMixin.NumericAxisOptionsProperty.getRange()Sets the value ofCfnDashboardPropsMixin.NumericAxisOptionsProperty.getScale()scale(IResolvable scale) Sets the value ofCfnDashboardPropsMixin.NumericAxisOptionsProperty.getScale()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
range
@Stability(Stable) public CfnDashboardPropsMixin.NumericAxisOptionsProperty.Builder range(IResolvable range) Sets the value ofCfnDashboardPropsMixin.NumericAxisOptionsProperty.getRange()- Parameters:
range- The range setup of a numeric axis.- Returns:
this
-
range
@Stability(Stable) public CfnDashboardPropsMixin.NumericAxisOptionsProperty.Builder range(CfnDashboardPropsMixin.AxisDisplayRangeProperty range) Sets the value ofCfnDashboardPropsMixin.NumericAxisOptionsProperty.getRange()- Parameters:
range- The range setup of a numeric axis.- Returns:
this
-
scale
@Stability(Stable) public CfnDashboardPropsMixin.NumericAxisOptionsProperty.Builder scale(IResolvable scale) Sets the value ofCfnDashboardPropsMixin.NumericAxisOptionsProperty.getScale()- Parameters:
scale- The scale setup of a numeric axis.- Returns:
this
-
scale
@Stability(Stable) public CfnDashboardPropsMixin.NumericAxisOptionsProperty.Builder scale(CfnDashboardPropsMixin.AxisScaleProperty scale) Sets the value ofCfnDashboardPropsMixin.NumericAxisOptionsProperty.getScale()- Parameters:
scale- The scale setup of a numeric axis.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.NumericAxisOptionsProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.NumericAxisOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-