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