Interface CfnAnalysis.NegativeValueConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.NegativeValueConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.NegativeValueConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The options that determine the negative value configuration.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; NegativeValueConfigurationProperty negativeValueConfigurationProperty = NegativeValueConfigurationProperty.builder() .displayMode("displayMode") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.NegativeValueConfigurationProperty
static final class
An implementation forCfnAnalysis.NegativeValueConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Determines the display mode of the negative value configuration.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDisplayMode
Determines the display mode of the negative value configuration.- See Also:
-
builder
-