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