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