Class CfnAnalysisPropsMixin.TableCellConditionalFormattingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.TableCellConditionalFormattingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.TableCellConditionalFormattingProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.TableCellConditionalFormattingProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.TableCellConditionalFormattingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.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 CfnAnalysisPropsMixin.TableCellConditionalFormattingProperty.Builder fieldId(String fieldId) - Parameters:
fieldId- The field ID of the cell for conditional formatting.- Returns:
this
-
textFormat
@Stability(Stable) public CfnAnalysisPropsMixin.TableCellConditionalFormattingProperty.Builder textFormat(IResolvable textFormat) - Parameters:
textFormat- The text format of the cell for conditional formatting.- Returns:
this
-
textFormat
@Stability(Stable) public CfnAnalysisPropsMixin.TableCellConditionalFormattingProperty.Builder textFormat(CfnAnalysisPropsMixin.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<CfnAnalysisPropsMixin.TableCellConditionalFormattingProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.TableCellConditionalFormattingProperty - Throws:
NullPointerException- if any required attribute was not provided
-