Interface CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty.Jsii$Proxy
- Enclosing class:
- CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Custom icon options for an icon set.
 
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.*;
 ConditionalFormattingCustomIconOptionsProperty conditionalFormattingCustomIconOptionsProperty = ConditionalFormattingCustomIconOptionsProperty.builder()
         .icon("icon")
         .unicodeIcon("unicodeIcon")
         .build();
 - See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAnalysis.ConditionalFormattingCustomIconOptionsProperty
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getIconDetermines the type of icon.- See Also:
 
- 
getUnicodeIconDetermines the Unicode icon type.- See Also:
 
- 
builder@Stability(Stable) static CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty.Builder builder()
 
-