Class CfnDashboard.AxisTickLabelOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.AxisTickLabelOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.AxisTickLabelOptionsProperty>
- Enclosing interface:
CfnDashboard.AxisTickLabelOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.AxisTickLabelOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.AxisTickLabelOptionsProperty>
A builder for
CfnDashboard.AxisTickLabelOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.labelOptions(IResolvable labelOptions) Sets the value ofCfnDashboard.AxisTickLabelOptionsProperty.getLabelOptions()labelOptions(CfnDashboard.LabelOptionsProperty labelOptions) Sets the value ofCfnDashboard.AxisTickLabelOptionsProperty.getLabelOptions()rotationAngle(Number rotationAngle) Sets the value ofCfnDashboard.AxisTickLabelOptionsProperty.getRotationAngle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
labelOptions
@Stability(Stable) public CfnDashboard.AxisTickLabelOptionsProperty.Builder labelOptions(IResolvable labelOptions) Sets the value ofCfnDashboard.AxisTickLabelOptionsProperty.getLabelOptions()- Parameters:
labelOptions- Determines whether or not the axis ticks are visible.- Returns:
this
-
labelOptions
@Stability(Stable) public CfnDashboard.AxisTickLabelOptionsProperty.Builder labelOptions(CfnDashboard.LabelOptionsProperty labelOptions) Sets the value ofCfnDashboard.AxisTickLabelOptionsProperty.getLabelOptions()- Parameters:
labelOptions- Determines whether or not the axis ticks are visible.- Returns:
this
-
rotationAngle
@Stability(Stable) public CfnDashboard.AxisTickLabelOptionsProperty.Builder rotationAngle(Number rotationAngle) Sets the value ofCfnDashboard.AxisTickLabelOptionsProperty.getRotationAngle()- Parameters:
rotationAngle- The rotation angle of the axis tick labels.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.AxisTickLabelOptionsProperty>- Returns:
- a new instance of
CfnDashboard.AxisTickLabelOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-