Class CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.GeospatialMapConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.GeospatialMapConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.GeospatialMapConfigurationProperty>
A builder for
CfnTemplatePropsMixin.GeospatialMapConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTemplatePropsMixin.GeospatialMapConfigurationProperty.getFieldWells()fieldWells(IResolvable fieldWells) Sets the value ofCfnTemplatePropsMixin.GeospatialMapConfigurationProperty.getFieldWells()Sets the value ofCfnTemplatePropsMixin.GeospatialMapConfigurationProperty.getLegend()legend(IResolvable legend) Sets the value ofCfnTemplatePropsMixin.GeospatialMapConfigurationProperty.getLegend()mapStyleOptions(CfnTemplatePropsMixin.GeospatialMapStyleOptionsProperty mapStyleOptions) mapStyleOptions(IResolvable mapStyleOptions) pointStyleOptions(CfnTemplatePropsMixin.GeospatialPointStyleOptionsProperty pointStyleOptions) pointStyleOptions(IResolvable pointStyleOptions) Sets the value ofCfnTemplatePropsMixin.GeospatialMapConfigurationProperty.getTooltip()tooltip(IResolvable tooltip) Sets the value ofCfnTemplatePropsMixin.GeospatialMapConfigurationProperty.getTooltip()visualPalette(CfnTemplatePropsMixin.VisualPaletteProperty visualPalette) visualPalette(IResolvable visualPalette) windowOptions(IResolvable windowOptions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldWells
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder fieldWells(IResolvable fieldWells) Sets the value ofCfnTemplatePropsMixin.GeospatialMapConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field wells of the visual.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder fieldWells(CfnTemplatePropsMixin.GeospatialMapFieldWellsProperty fieldWells) Sets the value ofCfnTemplatePropsMixin.GeospatialMapConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field wells of the visual.- Returns:
this
-
legend
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder legend(IResolvable legend) Sets the value ofCfnTemplatePropsMixin.GeospatialMapConfigurationProperty.getLegend()- Parameters:
legend- The legend display setup of the visual.- Returns:
this
-
legend
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder legend(CfnTemplatePropsMixin.LegendOptionsProperty legend) Sets the value ofCfnTemplatePropsMixin.GeospatialMapConfigurationProperty.getLegend()- Parameters:
legend- The legend display setup of the visual.- Returns:
this
-
mapStyleOptions
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder mapStyleOptions(IResolvable mapStyleOptions) - Parameters:
mapStyleOptions- The map style options of the geospatial map.- Returns:
this
-
mapStyleOptions
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder mapStyleOptions(CfnTemplatePropsMixin.GeospatialMapStyleOptionsProperty mapStyleOptions) - Parameters:
mapStyleOptions- The map style options of the geospatial map.- Returns:
this
-
pointStyleOptions
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder pointStyleOptions(IResolvable pointStyleOptions) - Parameters:
pointStyleOptions- The point style options of the geospatial map.- Returns:
this
-
pointStyleOptions
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder pointStyleOptions(CfnTemplatePropsMixin.GeospatialPointStyleOptionsProperty pointStyleOptions) - Parameters:
pointStyleOptions- The point style options of the geospatial map.- Returns:
this
-
tooltip
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder tooltip(IResolvable tooltip) Sets the value ofCfnTemplatePropsMixin.GeospatialMapConfigurationProperty.getTooltip()- Parameters:
tooltip- The tooltip display setup of the visual.- Returns:
this
-
tooltip
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder tooltip(CfnTemplatePropsMixin.TooltipOptionsProperty tooltip) Sets the value ofCfnTemplatePropsMixin.GeospatialMapConfigurationProperty.getTooltip()- Parameters:
tooltip- The tooltip display setup of the visual.- Returns:
this
-
visualPalette
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder visualPalette(IResolvable visualPalette) - Parameters:
visualPalette- the value to be set.- Returns:
this
-
visualPalette
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder visualPalette(CfnTemplatePropsMixin.VisualPaletteProperty visualPalette) - Parameters:
visualPalette- the value to be set.- Returns:
this
-
windowOptions
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder windowOptions(IResolvable windowOptions) - Parameters:
windowOptions- The window options of the geospatial map.- Returns:
this
-
windowOptions
@Stability(Stable) public CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder windowOptions(CfnTemplatePropsMixin.GeospatialWindowOptionsProperty windowOptions) - Parameters:
windowOptions- The window options of the geospatial map.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.GeospatialMapConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.GeospatialMapConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-