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