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