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