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