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