Interface CfnAnalysis.VisualPaletteProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.VisualPaletteProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.VisualPaletteProperty
extends software.amazon.jsii.JsiiSerializable
The visual display options for the visual palette.
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.*;
VisualPaletteProperty visualPaletteProperty = VisualPaletteProperty.builder()
.chartColor("chartColor")
.colorMap(List.of(DataPathColorProperty.builder()
.color("color")
.element(DataPathValueProperty.builder()
.dataPathType(DataPathTypeProperty.builder()
.pivotTableDataPathType("pivotTableDataPathType")
.build())
.fieldId("fieldId")
.fieldValue("fieldValue")
.build())
// the properties below are optional
.timeGranularity("timeGranularity")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.VisualPalettePropertystatic final classAn implementation forCfnAnalysis.VisualPaletteProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChartColor
The chart color options for the visual palette.- See Also:
-
getColorMap
The color map options for the visual palette.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.DataPathColorProperty>- See Also:
-
builder
-