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