Class CfnDashboard.AxisLabelReferenceOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.AxisLabelReferenceOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.AxisLabelReferenceOptionsProperty>
- Enclosing interface:
CfnDashboard.AxisLabelReferenceOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.AxisLabelReferenceOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.AxisLabelReferenceOptionsProperty>
A builder for
CfnDashboard.AxisLabelReferenceOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.column(IResolvable column) Sets the value ofCfnDashboard.AxisLabelReferenceOptionsProperty.getColumn()Sets the value ofCfnDashboard.AxisLabelReferenceOptionsProperty.getColumn()Sets the value ofCfnDashboard.AxisLabelReferenceOptionsProperty.getFieldId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
column
@Stability(Stable) public CfnDashboard.AxisLabelReferenceOptionsProperty.Builder column(IResolvable column) Sets the value ofCfnDashboard.AxisLabelReferenceOptionsProperty.getColumn()- Parameters:
column- The column that the axis label is targeted to. This parameter is required.- Returns:
this
-
column
@Stability(Stable) public CfnDashboard.AxisLabelReferenceOptionsProperty.Builder column(CfnDashboard.ColumnIdentifierProperty column) Sets the value ofCfnDashboard.AxisLabelReferenceOptionsProperty.getColumn()- Parameters:
column- The column that the axis label is targeted to. This parameter is required.- Returns:
this
-
fieldId
@Stability(Stable) public CfnDashboard.AxisLabelReferenceOptionsProperty.Builder fieldId(String fieldId) Sets the value ofCfnDashboard.AxisLabelReferenceOptionsProperty.getFieldId()- Parameters:
fieldId- The field that the axis label is targeted to. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.AxisLabelReferenceOptionsProperty>- Returns:
- a new instance of
CfnDashboard.AxisLabelReferenceOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-