Interface CfnAnalysis.HeatMapConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.HeatMapConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.HeatMapConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a heat map.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.HeatMapConfigurationProperty
static final class
An implementation forCfnAnalysis.HeatMapConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The color options (gradient color, point of divergence) in a heat map.default Object
The label options of the column that is displayed in a heat map.default Object
The options that determine if visual data labels are displayed.default Object
The field wells of the visual.default Object
The legend display setup of the visual.default Object
The label options of the row that is displayed in aheat map
.default Object
The sort configuration of a heat map.default Object
The tooltip display setup of the visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColorScale
The color options (gradient color, point of divergence) in a heat map.- See Also:
-
getColumnLabelOptions
The label options of the column that is displayed in a heat map.- See Also:
-
getDataLabels
The options that determine if visual data labels are displayed.- See Also:
-
getFieldWells
The field wells of the visual.- See Also:
-
getLegend
The legend display setup of the visual.- See Also:
-
getRowLabelOptions
The label options of the row that is displayed in aheat map
.- See Also:
-
getSortConfiguration
The sort configuration of a heat map.- See Also:
-
getTooltip
The tooltip display setup of the visual.- See Also:
-
builder
-