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