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