Class CfnAnalysisPropsMixin.AxisDisplayRangeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.AxisDisplayRangeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.AxisDisplayRangeProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.AxisDisplayRangeProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.AxisDisplayRangeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.AxisDisplayRangeProperty>
A builder for
CfnAnalysisPropsMixin.AxisDisplayRangeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataDriven(Object dataDriven) Sets the value ofCfnAnalysisPropsMixin.AxisDisplayRangeProperty.getDataDriven()Sets the value ofCfnAnalysisPropsMixin.AxisDisplayRangeProperty.getMinMax()minMax(IResolvable minMax) Sets the value ofCfnAnalysisPropsMixin.AxisDisplayRangeProperty.getMinMax()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataDriven
@Stability(Stable) public CfnAnalysisPropsMixin.AxisDisplayRangeProperty.Builder dataDriven(Object dataDriven) Sets the value ofCfnAnalysisPropsMixin.AxisDisplayRangeProperty.getDataDriven()- Parameters:
dataDriven- The data-driven setup of an axis display range.- Returns:
this
-
minMax
@Stability(Stable) public CfnAnalysisPropsMixin.AxisDisplayRangeProperty.Builder minMax(IResolvable minMax) Sets the value ofCfnAnalysisPropsMixin.AxisDisplayRangeProperty.getMinMax()- Parameters:
minMax- The minimum and maximum setup of an axis display range.- Returns:
this
-
minMax
@Stability(Stable) public CfnAnalysisPropsMixin.AxisDisplayRangeProperty.Builder minMax(CfnAnalysisPropsMixin.AxisDisplayMinMaxRangeProperty minMax) Sets the value ofCfnAnalysisPropsMixin.AxisDisplayRangeProperty.getMinMax()- Parameters:
minMax- The minimum and maximum setup of an axis display range.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.AxisDisplayRangeProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.AxisDisplayRangeProperty - Throws:
NullPointerException- if any required attribute was not provided
-