Class CfnTemplatePropsMixin.AxisLogarithmicScaleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.AxisLogarithmicScaleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.AxisLogarithmicScaleProperty>
- Enclosing interface:
CfnTemplatePropsMixin.AxisLogarithmicScaleProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.AxisLogarithmicScaleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.AxisLogarithmicScaleProperty>
A builder for
CfnTemplatePropsMixin.AxisLogarithmicScaleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnTemplatePropsMixin.AxisLogarithmicScaleProperty.getBase()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
base
@Stability(Stable) public CfnTemplatePropsMixin.AxisLogarithmicScaleProperty.Builder base(Number base) Sets the value ofCfnTemplatePropsMixin.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<CfnTemplatePropsMixin.AxisLogarithmicScaleProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.AxisLogarithmicScaleProperty - Throws:
NullPointerException- if any required attribute was not provided
-