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