Class CfnTemplatePropsMixin.PivotTableCellConditionalFormattingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.PivotTableCellConditionalFormattingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.PivotTableCellConditionalFormattingProperty>
- Enclosing interface:
CfnTemplatePropsMixin.PivotTableCellConditionalFormattingProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.PivotTableCellConditionalFormattingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.PivotTableCellConditionalFormattingProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.scope(IResolvable scope) scopes(IResolvable scopes) textFormat(IResolvable textFormat)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldId
@Stability(Stable) public CfnTemplatePropsMixin.PivotTableCellConditionalFormattingProperty.Builder fieldId(String fieldId) - Parameters:
fieldId- The field ID of the cell for conditional formatting.- Returns:
this
-
scope
@Stability(Stable) public CfnTemplatePropsMixin.PivotTableCellConditionalFormattingProperty.Builder scope(IResolvable scope) - Parameters:
scope- The scope of the cell for conditional formatting.- Returns:
this
-
scope
@Stability(Stable) public CfnTemplatePropsMixin.PivotTableCellConditionalFormattingProperty.Builder scope(CfnTemplatePropsMixin.PivotTableConditionalFormattingScopeProperty scope) - Parameters:
scope- The scope of the cell for conditional formatting.- Returns:
this
-
scopes
@Stability(Stable) public CfnTemplatePropsMixin.PivotTableCellConditionalFormattingProperty.Builder scopes(IResolvable scopes) - Parameters:
scopes- A list of cell scopes for conditional formatting.- Returns:
this
-
scopes
@Stability(Stable) public CfnTemplatePropsMixin.PivotTableCellConditionalFormattingProperty.Builder scopes(List<? extends Object> scopes) - Parameters:
scopes- A list of cell scopes for conditional formatting.- Returns:
this
-
textFormat
@Stability(Stable) public CfnTemplatePropsMixin.PivotTableCellConditionalFormattingProperty.Builder textFormat(IResolvable textFormat) - Parameters:
textFormat- The text format of the cell for conditional formatting.- Returns:
this
-
textFormat
@Stability(Stable) public CfnTemplatePropsMixin.PivotTableCellConditionalFormattingProperty.Builder textFormat(CfnTemplatePropsMixin.TextConditionalFormatProperty textFormat) - Parameters:
textFormat- The text format of the cell for conditional formatting.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.PivotTableCellConditionalFormattingProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.PivotTableCellConditionalFormattingProperty - Throws:
NullPointerException- if any required attribute was not provided
-