Interface CfnAnalysis.CustomColorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.CustomColorProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.CustomColorProperty
extends software.amazon.jsii.JsiiSerializable
Determines the color that's applied to a particular data value in a column.
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.*; CustomColorProperty customColorProperty = CustomColorProperty.builder() .color("color") // the properties below are optional .fieldValue("fieldValue") .specialValue("specialValue") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.CustomColorProperty
static final class
An implementation forCfnAnalysis.CustomColorProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColor
The color that is applied to the data value.- See Also:
-
getFieldValue
The data value that the color is applied to.- See Also:
-
getSpecialValue
The value of a special data value.- See Also:
-
builder
-