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