Interface CfnTemplatePropsMixin.NegativeValueConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplatePropsMixin.NegativeValueConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplatePropsMixin
@Stability(Stable)
public static interface CfnTemplatePropsMixin.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.cfnpropertymixins.services.quicksight.*;
NegativeValueConfigurationProperty negativeValueConfigurationProperty = NegativeValueConfigurationProperty.builder()
.displayMode("displayMode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplatePropsMixin.NegativeValueConfigurationPropertystatic final classAn implementation forCfnTemplatePropsMixin.NegativeValueConfigurationProperty -
Method Summary
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
@Stability(Stable) static CfnTemplatePropsMixin.NegativeValueConfigurationProperty.Builder builder()
-