Class CfnAnalysisPropsMixin.AxisLinearScaleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.AxisLinearScaleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.AxisLinearScaleProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.AxisLinearScaleProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.AxisLinearScaleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.AxisLinearScaleProperty>
A builder for
CfnAnalysisPropsMixin.AxisLinearScaleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAnalysisPropsMixin.AxisLinearScaleProperty.getStepCount()Sets the value ofCfnAnalysisPropsMixin.AxisLinearScaleProperty.getStepSize()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
stepCount
@Stability(Stable) public CfnAnalysisPropsMixin.AxisLinearScaleProperty.Builder stepCount(Number stepCount) Sets the value ofCfnAnalysisPropsMixin.AxisLinearScaleProperty.getStepCount()- Parameters:
stepCount- The step count setup of a linear axis.- Returns:
this
-
stepSize
@Stability(Stable) public CfnAnalysisPropsMixin.AxisLinearScaleProperty.Builder stepSize(Number stepSize) Sets the value ofCfnAnalysisPropsMixin.AxisLinearScaleProperty.getStepSize()- Parameters:
stepSize- The step size setup of a linear axis.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.AxisLinearScaleProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.AxisLinearScaleProperty - Throws:
NullPointerException- if any required attribute was not provided
-