Class CfnTemplate.FilledMapShapeConditionalFormattingProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.FilledMapShapeConditionalFormattingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.FilledMapShapeConditionalFormattingProperty>
- Enclosing interface:
CfnTemplate.FilledMapShapeConditionalFormattingProperty
@Stability(Stable)
public static final class CfnTemplate.FilledMapShapeConditionalFormattingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.FilledMapShapeConditionalFormattingProperty>
A builder for
CfnTemplate.FilledMapShapeConditionalFormattingProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnTemplate.FilledMapShapeConditionalFormattingProperty.getFieldId()
format
(IResolvable format) Sets the value ofCfnTemplate.FilledMapShapeConditionalFormattingProperty.getFormat()
Sets the value ofCfnTemplate.FilledMapShapeConditionalFormattingProperty.getFormat()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldId
@Stability(Stable) public CfnTemplate.FilledMapShapeConditionalFormattingProperty.Builder fieldId(String fieldId) Sets the value ofCfnTemplate.FilledMapShapeConditionalFormattingProperty.getFieldId()
- Parameters:
fieldId
- The field ID of the filled map shape. This parameter is required.- Returns:
this
-
format
@Stability(Stable) public CfnTemplate.FilledMapShapeConditionalFormattingProperty.Builder format(IResolvable format) Sets the value ofCfnTemplate.FilledMapShapeConditionalFormattingProperty.getFormat()
- Parameters:
format
- The conditional formatting that determines the background color of a filled map's shape.- Returns:
this
-
format
@Stability(Stable) public CfnTemplate.FilledMapShapeConditionalFormattingProperty.Builder format(CfnTemplate.ShapeConditionalFormatProperty format) Sets the value ofCfnTemplate.FilledMapShapeConditionalFormattingProperty.getFormat()
- 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.FilledMapShapeConditionalFormattingProperty>
- Returns:
- a new instance of
CfnTemplate.FilledMapShapeConditionalFormattingProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-