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