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