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