Class CfnAnalysis.GeospatialPointStyleOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialPointStyleOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.GeospatialPointStyleOptionsProperty>
- Enclosing interface:
CfnAnalysis.GeospatialPointStyleOptionsProperty
@Stability(Stable)
public static final class CfnAnalysis.GeospatialPointStyleOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.GeospatialPointStyleOptionsProperty>
A builder for
CfnAnalysis.GeospatialPointStyleOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.clusterMarkerConfiguration
(IResolvable clusterMarkerConfiguration) clusterMarkerConfiguration
(CfnAnalysis.ClusterMarkerConfigurationProperty clusterMarkerConfiguration) heatmapConfiguration
(IResolvable heatmapConfiguration) heatmapConfiguration
(CfnAnalysis.GeospatialHeatmapConfigurationProperty heatmapConfiguration) selectedPointStyle
(String selectedPointStyle) Sets the value ofCfnAnalysis.GeospatialPointStyleOptionsProperty.getSelectedPointStyle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterMarkerConfiguration
@Stability(Stable) public CfnAnalysis.GeospatialPointStyleOptionsProperty.Builder clusterMarkerConfiguration(IResolvable clusterMarkerConfiguration) - Parameters:
clusterMarkerConfiguration
- The cluster marker configuration of the geospatial point style.- Returns:
this
-
clusterMarkerConfiguration
@Stability(Stable) public CfnAnalysis.GeospatialPointStyleOptionsProperty.Builder clusterMarkerConfiguration(CfnAnalysis.ClusterMarkerConfigurationProperty clusterMarkerConfiguration) - Parameters:
clusterMarkerConfiguration
- The cluster marker configuration of the geospatial point style.- Returns:
this
-
heatmapConfiguration
@Stability(Stable) public CfnAnalysis.GeospatialPointStyleOptionsProperty.Builder heatmapConfiguration(IResolvable heatmapConfiguration) - Parameters:
heatmapConfiguration
- The heatmap configuration of the geospatial point style.- Returns:
this
-
heatmapConfiguration
@Stability(Stable) public CfnAnalysis.GeospatialPointStyleOptionsProperty.Builder heatmapConfiguration(CfnAnalysis.GeospatialHeatmapConfigurationProperty heatmapConfiguration) - Parameters:
heatmapConfiguration
- The heatmap configuration of the geospatial point style.- Returns:
this
-
selectedPointStyle
@Stability(Stable) public CfnAnalysis.GeospatialPointStyleOptionsProperty.Builder selectedPointStyle(String selectedPointStyle) Sets the value ofCfnAnalysis.GeospatialPointStyleOptionsProperty.getSelectedPointStyle()
- Parameters:
selectedPointStyle
- The selected point styles (point, cluster) of the geospatial map.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.GeospatialPointStyleOptionsProperty>
- Returns:
- a new instance of
CfnAnalysis.GeospatialPointStyleOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-