Class CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty>
- Enclosing interface:
- CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty
@Stability(Stable)
public static final class CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAnalysis.ConditionalFormattingCustomIconOptionsProperty.getIcon()unicodeIcon(String unicodeIcon) 
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
icon@Stability(Stable) public CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty.Builder icon(String icon) Sets the value ofCfnAnalysis.ConditionalFormattingCustomIconOptionsProperty.getIcon()- Parameters:
- icon- Determines the type of icon.
- Returns:
- this
 
- 
unicodeIcon@Stability(Stable) public CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty.Builder unicodeIcon(String unicodeIcon) - Parameters:
- unicodeIcon- Determines the Unicode icon type.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty>
- Returns:
- a new instance of CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-