Class CfnDashboardPropsMixin.TableCellConditionalFormattingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.TableCellConditionalFormattingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.TableCellConditionalFormattingProperty>
- Enclosing interface:
CfnDashboardPropsMixin.TableCellConditionalFormattingProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.TableCellConditionalFormattingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.TableCellConditionalFormattingProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.textFormat(IResolvable textFormat)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldId
@Stability(Stable) public CfnDashboardPropsMixin.TableCellConditionalFormattingProperty.Builder fieldId(String fieldId) - Parameters:
fieldId- The field ID of the cell for conditional formatting.- Returns:
this
-
textFormat
@Stability(Stable) public CfnDashboardPropsMixin.TableCellConditionalFormattingProperty.Builder textFormat(IResolvable textFormat) - Parameters:
textFormat- The text format of the cell for conditional formatting.- Returns:
this
-
textFormat
@Stability(Stable) public CfnDashboardPropsMixin.TableCellConditionalFormattingProperty.Builder textFormat(CfnDashboardPropsMixin.TextConditionalFormatProperty textFormat) - Parameters:
textFormat- The text format of the cell for conditional formatting.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.TableCellConditionalFormattingProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.TableCellConditionalFormattingProperty - Throws:
NullPointerException- if any required attribute was not provided
-