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