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