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