Class CfnDashboardPropsMixin.NumberFormatConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.NumberFormatConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.NumberFormatConfigurationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.NumberFormatConfigurationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.NumberFormatConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.NumberFormatConfigurationProperty>
A builder for
CfnDashboardPropsMixin.NumberFormatConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.formatConfiguration(CfnDashboardPropsMixin.NumericFormatConfigurationProperty formatConfiguration) formatConfiguration(IResolvable formatConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
formatConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.NumberFormatConfigurationProperty.Builder formatConfiguration(IResolvable formatConfiguration) - Parameters:
formatConfiguration- The options that determine the numeric format configuration.- Returns:
this
-
formatConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.NumberFormatConfigurationProperty.Builder formatConfiguration(CfnDashboardPropsMixin.NumericFormatConfigurationProperty formatConfiguration) - Parameters:
formatConfiguration- The options that determine the numeric format configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.NumberFormatConfigurationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.NumberFormatConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-