Class CfnAnalysisPropsMixin.TableRowConditionalFormattingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.TableRowConditionalFormattingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.TableRowConditionalFormattingProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.TableRowConditionalFormattingProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.TableRowConditionalFormattingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.TableRowConditionalFormattingProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(CfnAnalysisPropsMixin.ConditionalFormattingColorProperty backgroundColor) backgroundColor(IResolvable backgroundColor) build()Builds the configured instance.textColor(IResolvable textColor)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
backgroundColor
@Stability(Stable) public CfnAnalysisPropsMixin.TableRowConditionalFormattingProperty.Builder backgroundColor(IResolvable backgroundColor) - Parameters:
backgroundColor- The conditional formatting color (solid, gradient) of the background for a table row.- Returns:
this
-
backgroundColor
@Stability(Stable) public CfnAnalysisPropsMixin.TableRowConditionalFormattingProperty.Builder backgroundColor(CfnAnalysisPropsMixin.ConditionalFormattingColorProperty backgroundColor) - Parameters:
backgroundColor- The conditional formatting color (solid, gradient) of the background for a table row.- Returns:
this
-
textColor
@Stability(Stable) public CfnAnalysisPropsMixin.TableRowConditionalFormattingProperty.Builder textColor(IResolvable textColor) - Parameters:
textColor- The conditional formatting color (solid, gradient) of the text for a table row.- Returns:
this
-
textColor
@Stability(Stable) public CfnAnalysisPropsMixin.TableRowConditionalFormattingProperty.Builder textColor(CfnAnalysisPropsMixin.ConditionalFormattingColorProperty textColor) - Parameters:
textColor- The conditional formatting color (solid, gradient) of the text for a table row.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.TableRowConditionalFormattingProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.TableRowConditionalFormattingProperty - Throws:
NullPointerException- if any required attribute was not provided
-