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