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