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