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