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