Class CfnTemplatePropsMixin.GeospatialHeatmapConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.GeospatialHeatmapConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.GeospatialHeatmapConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.GeospatialHeatmapConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.GeospatialHeatmapConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.GeospatialHeatmapConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.heatmapColor(IResolvable heatmapColor)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
heatmapColor
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialHeatmapConfigurationProperty.Builder heatmapColor(IResolvable heatmapColor) - Parameters:
heatmapColor- The color scale specification for the heatmap point style.- Returns:
this
-
heatmapColor
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialHeatmapConfigurationProperty.Builder heatmapColor(CfnTemplatePropsMixin.GeospatialHeatmapColorScaleProperty heatmapColor) - Parameters:
heatmapColor- The color scale specification for the heatmap point style.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.GeospatialHeatmapConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.GeospatialHeatmapConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-