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