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