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