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