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
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.CustomColorPropertystatic final classAn implementation forCfnAnalysis.CustomColorProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColor
CfnAnalysis.CustomColorProperty.Color. -
getFieldValue
CfnAnalysis.CustomColorProperty.FieldValue. -
getSpecialValue
CfnAnalysis.CustomColorProperty.SpecialValue. -
builder
-