Class CfnTemplatePropsMixin.ShapeConditionalFormatProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTemplatePropsMixin.ShapeConditionalFormatProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.ShapeConditionalFormatProperty>
- Enclosing interface:
CfnTemplatePropsMixin.ShapeConditionalFormatProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.ShapeConditionalFormatProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.ShapeConditionalFormatProperty>
A builder for
CfnTemplatePropsMixin.ShapeConditionalFormatProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(IResolvable backgroundColor) backgroundColor(CfnTemplatePropsMixin.ConditionalFormattingColorProperty backgroundColor) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
backgroundColor
@Stability(Stable) public CfnTemplatePropsMixin.ShapeConditionalFormatProperty.Builder backgroundColor(IResolvable backgroundColor) - Parameters:
backgroundColor- The conditional formatting for the shape background color of a filled map visual.- Returns:
this
-
backgroundColor
@Stability(Stable) public CfnTemplatePropsMixin.ShapeConditionalFormatProperty.Builder backgroundColor(CfnTemplatePropsMixin.ConditionalFormattingColorProperty backgroundColor) - Parameters:
backgroundColor- The conditional formatting for the shape background color of a filled map visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.ShapeConditionalFormatProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.ShapeConditionalFormatProperty - Throws:
NullPointerException- if any required attribute was not provided
-