Interface CfnTemplate.DataBarsOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.DataBarsOptionsProperty.Jsii$Proxy
- Enclosing class:
- CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.DataBarsOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The options for data bars.
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.*; DataBarsOptionsProperty dataBarsOptionsProperty = DataBarsOptionsProperty.builder() .fieldId("fieldId") // the properties below are optional .negativeColor("negativeColor") .positiveColor("positiveColor") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.DataBarsOptionsProperty
static final class
An implementation forCfnTemplate.DataBarsOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldId
The field ID for the data bars options. -
getNegativeColor
The color of the negative data bar. -
getPositiveColor
The color of the positive data bar. -
builder
-