Class CfnAnalysisPropsMixin.NumericalDimensionFieldProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.NumericalDimensionFieldProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.NumericalDimensionFieldProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.NumericalDimensionFieldProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.NumericalDimensionFieldProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.NumericalDimensionFieldProperty>
A builder for
CfnAnalysisPropsMixin.NumericalDimensionFieldProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAnalysisPropsMixin.NumericalDimensionFieldProperty.getColumn()column(IResolvable column) Sets the value ofCfnAnalysisPropsMixin.NumericalDimensionFieldProperty.getColumn()Sets the value ofCfnAnalysisPropsMixin.NumericalDimensionFieldProperty.getFieldId()formatConfiguration(CfnAnalysisPropsMixin.NumberFormatConfigurationProperty formatConfiguration) formatConfiguration(IResolvable formatConfiguration) hierarchyId(String hierarchyId) Sets the value ofCfnAnalysisPropsMixin.NumericalDimensionFieldProperty.getHierarchyId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
column
@Stability(Stable) public CfnAnalysisPropsMixin.NumericalDimensionFieldProperty.Builder column(IResolvable column) Sets the value ofCfnAnalysisPropsMixin.NumericalDimensionFieldProperty.getColumn()- Parameters:
column- The column that is used in theNumericalDimensionField.- Returns:
this
-
column
@Stability(Stable) public CfnAnalysisPropsMixin.NumericalDimensionFieldProperty.Builder column(CfnAnalysisPropsMixin.ColumnIdentifierProperty column) Sets the value ofCfnAnalysisPropsMixin.NumericalDimensionFieldProperty.getColumn()- Parameters:
column- The column that is used in theNumericalDimensionField.- Returns:
this
-
fieldId
@Stability(Stable) public CfnAnalysisPropsMixin.NumericalDimensionFieldProperty.Builder fieldId(String fieldId) Sets the value ofCfnAnalysisPropsMixin.NumericalDimensionFieldProperty.getFieldId()- Parameters:
fieldId- The custom field ID.- Returns:
this
-
formatConfiguration
@Stability(Stable) public CfnAnalysisPropsMixin.NumericalDimensionFieldProperty.Builder formatConfiguration(IResolvable formatConfiguration) - Parameters:
formatConfiguration- The format configuration of the field.- Returns:
this
-
formatConfiguration
@Stability(Stable) public CfnAnalysisPropsMixin.NumericalDimensionFieldProperty.Builder formatConfiguration(CfnAnalysisPropsMixin.NumberFormatConfigurationProperty formatConfiguration) - Parameters:
formatConfiguration- The format configuration of the field.- Returns:
this
-
hierarchyId
@Stability(Stable) public CfnAnalysisPropsMixin.NumericalDimensionFieldProperty.Builder hierarchyId(String hierarchyId) Sets the value ofCfnAnalysisPropsMixin.NumericalDimensionFieldProperty.getHierarchyId()- Parameters:
hierarchyId- The custom hierarchy ID.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.NumericalDimensionFieldProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.NumericalDimensionFieldProperty - Throws:
NullPointerException- if any required attribute was not provided
-