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