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