Class CfnDashboard.TableConditionalFormattingOptionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.TableConditionalFormattingOptionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.TableConditionalFormattingOptionProperty>
- Enclosing interface:
CfnDashboard.TableConditionalFormattingOptionProperty
@Stability(Stable)
public static final class CfnDashboard.TableConditionalFormattingOptionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.TableConditionalFormattingOptionProperty>
A builder for
CfnDashboard.TableConditionalFormattingOptionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cell(IResolvable cell) Sets the value ofCfnDashboard.TableConditionalFormattingOptionProperty.getCell()Sets the value ofCfnDashboard.TableConditionalFormattingOptionProperty.getCell()row(IResolvable row) Sets the value ofCfnDashboard.TableConditionalFormattingOptionProperty.getRow()Sets the value ofCfnDashboard.TableConditionalFormattingOptionProperty.getRow()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cell
@Stability(Stable) public CfnDashboard.TableConditionalFormattingOptionProperty.Builder cell(IResolvable cell) Sets the value ofCfnDashboard.TableConditionalFormattingOptionProperty.getCell()- Parameters:
cell- The cell conditional formatting option for a table.- Returns:
this
-
cell
@Stability(Stable) public CfnDashboard.TableConditionalFormattingOptionProperty.Builder cell(CfnDashboard.TableCellConditionalFormattingProperty cell) Sets the value ofCfnDashboard.TableConditionalFormattingOptionProperty.getCell()- Parameters:
cell- The cell conditional formatting option for a table.- Returns:
this
-
row
@Stability(Stable) public CfnDashboard.TableConditionalFormattingOptionProperty.Builder row(IResolvable row) Sets the value ofCfnDashboard.TableConditionalFormattingOptionProperty.getRow()- Parameters:
row- The row conditional formatting option for a table.- Returns:
this
-
row
@Stability(Stable) public CfnDashboard.TableConditionalFormattingOptionProperty.Builder row(CfnDashboard.TableRowConditionalFormattingProperty row) Sets the value ofCfnDashboard.TableConditionalFormattingOptionProperty.getRow()- Parameters:
row- The row conditional formatting option for a table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.TableConditionalFormattingOptionProperty>- Returns:
- a new instance of
CfnDashboard.TableConditionalFormattingOptionProperty - Throws:
NullPointerException- if any required attribute was not provided
-