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