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