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