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