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