Class CfnDashboardPropsMixin.NegativeValueConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.NegativeValueConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.NegativeValueConfigurationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.NegativeValueConfigurationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.NegativeValueConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.NegativeValueConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.displayMode(String displayMode)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
displayMode
@Stability(Stable) public CfnDashboardPropsMixin.NegativeValueConfigurationProperty.Builder displayMode(String displayMode) - Parameters:
displayMode- Determines the display mode of the negative value configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.NegativeValueConfigurationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.NegativeValueConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-