Class CfnTemplate.FilledMapConditionalFormattingOptionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.FilledMapConditionalFormattingOptionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.FilledMapConditionalFormattingOptionProperty>
- Enclosing interface:
CfnTemplate.FilledMapConditionalFormattingOptionProperty
@Stability(Stable)
public static final class CfnTemplate.FilledMapConditionalFormattingOptionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.FilledMapConditionalFormattingOptionProperty>
A builder for
CfnTemplate.FilledMapConditionalFormattingOptionProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.shape
(IResolvable shape) Sets the value ofCfnTemplate.FilledMapConditionalFormattingOptionProperty.getShape()
Sets the value ofCfnTemplate.FilledMapConditionalFormattingOptionProperty.getShape()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
shape
@Stability(Stable) public CfnTemplate.FilledMapConditionalFormattingOptionProperty.Builder shape(IResolvable shape) Sets the value ofCfnTemplate.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 CfnTemplate.FilledMapConditionalFormattingOptionProperty.Builder shape(CfnTemplate.FilledMapShapeConditionalFormattingProperty shape) Sets the value ofCfnTemplate.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.FilledMapConditionalFormattingOptionProperty>
- Returns:
- a new instance of
CfnTemplate.FilledMapConditionalFormattingOptionProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-