Class CfnDashboardPropsMixin.FilledMapShapeConditionalFormattingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.FilledMapShapeConditionalFormattingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.FilledMapShapeConditionalFormattingProperty>
- Enclosing interface:
CfnDashboardPropsMixin.FilledMapShapeConditionalFormattingProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.FilledMapShapeConditionalFormattingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.FilledMapShapeConditionalFormattingProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.format(IResolvable format)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldId
@Stability(Stable) public CfnDashboardPropsMixin.FilledMapShapeConditionalFormattingProperty.Builder fieldId(String fieldId) - Parameters:
fieldId- The field ID of the filled map shape.- Returns:
this
-
format
@Stability(Stable) public CfnDashboardPropsMixin.FilledMapShapeConditionalFormattingProperty.Builder format(IResolvable format) - Parameters:
format- The conditional formatting that determines the background color of a filled map's shape.- Returns:
this
-
format
@Stability(Stable) public CfnDashboardPropsMixin.FilledMapShapeConditionalFormattingProperty.Builder format(CfnDashboardPropsMixin.ShapeConditionalFormatProperty format) - Parameters:
format- The conditional formatting that determines the background color of a filled map's shape.- Returns:
this
-
build
@Stability(Stable) public CfnDashboardPropsMixin.FilledMapShapeConditionalFormattingProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.FilledMapShapeConditionalFormattingProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.FilledMapShapeConditionalFormattingProperty - Throws:
NullPointerException- if any required attribute was not provided
-