Interface CfnTemplate.NegativeValueConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.NegativeValueConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.NegativeValueConfigurationPropertystatic final classAn implementation forCfnTemplate.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
-