Interface GeospatialMapConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<GeospatialMapConfiguration.Builder,,- GeospatialMapConfiguration> - SdkBuilder<GeospatialMapConfiguration.Builder,,- GeospatialMapConfiguration> - SdkPojo
- Enclosing class:
- GeospatialMapConfiguration
- 
Method SummaryModifier and TypeMethodDescriptionfieldWells(Consumer<GeospatialMapFieldWells.Builder> fieldWells) The field wells of the visual.fieldWells(GeospatialMapFieldWells fieldWells) The field wells of the visual.interactions(Consumer<VisualInteractionOptions.Builder> interactions) The general visual interactions setup for a visual.interactions(VisualInteractionOptions interactions) The general visual interactions setup for a visual.legend(Consumer<LegendOptions.Builder> legend) The legend display setup of the visual.legend(LegendOptions legend) The legend display setup of the visual.mapStyleOptions(Consumer<GeospatialMapStyleOptions.Builder> mapStyleOptions) The map style options of the geospatial map.mapStyleOptions(GeospatialMapStyleOptions mapStyleOptions) The map style options of the geospatial map.pointStyleOptions(Consumer<GeospatialPointStyleOptions.Builder> pointStyleOptions) The point style options of the geospatial map.pointStyleOptions(GeospatialPointStyleOptions pointStyleOptions) The point style options of the geospatial map.tooltip(Consumer<TooltipOptions.Builder> tooltip) The tooltip display setup of the visual.tooltip(TooltipOptions tooltip) The tooltip display setup of the visual.visualPalette(Consumer<VisualPalette.Builder> visualPalette) Sets the value of the VisualPalette property for this object.visualPalette(VisualPalette visualPalette) Sets the value of the VisualPalette property for this object.windowOptions(Consumer<GeospatialWindowOptions.Builder> windowOptions) The window options of the geospatial map.windowOptions(GeospatialWindowOptions windowOptions) The window options of the geospatial map.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
fieldWellsThe field wells of the visual. - Parameters:
- fieldWells- The field wells of the visual.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fieldWellsdefault GeospatialMapConfiguration.Builder fieldWells(Consumer<GeospatialMapFieldWells.Builder> fieldWells) The field wells of the visual. This is a convenience method that creates an instance of theGeospatialMapFieldWells.Builderavoiding the need to create one manually viaGeospatialMapFieldWells.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofieldWells(GeospatialMapFieldWells).- Parameters:
- fieldWells- a consumer that will call methods on- GeospatialMapFieldWells.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
legendThe legend display setup of the visual. - Parameters:
- legend- The legend display setup of the visual.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
legendThe legend display setup of the visual. This is a convenience method that creates an instance of theLegendOptions.Builderavoiding the need to create one manually viaLegendOptions.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolegend(LegendOptions).- Parameters:
- legend- a consumer that will call methods on- LegendOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tooltipThe tooltip display setup of the visual. - Parameters:
- tooltip- The tooltip display setup of the visual.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tooltipThe tooltip display setup of the visual. This is a convenience method that creates an instance of theTooltipOptions.Builderavoiding the need to create one manually viaTooltipOptions.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totooltip(TooltipOptions).- Parameters:
- tooltip- a consumer that will call methods on- TooltipOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
windowOptionsThe window options of the geospatial map. - Parameters:
- windowOptions- The window options of the geospatial map.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
windowOptionsdefault GeospatialMapConfiguration.Builder windowOptions(Consumer<GeospatialWindowOptions.Builder> windowOptions) The window options of the geospatial map. This is a convenience method that creates an instance of theGeospatialWindowOptions.Builderavoiding the need to create one manually viaGeospatialWindowOptions.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towindowOptions(GeospatialWindowOptions).- Parameters:
- windowOptions- a consumer that will call methods on- GeospatialWindowOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
mapStyleOptionsThe map style options of the geospatial map. - Parameters:
- mapStyleOptions- The map style options of the geospatial map.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mapStyleOptionsdefault GeospatialMapConfiguration.Builder mapStyleOptions(Consumer<GeospatialMapStyleOptions.Builder> mapStyleOptions) The map style options of the geospatial map. This is a convenience method that creates an instance of theGeospatialMapStyleOptions.Builderavoiding the need to create one manually viaGeospatialMapStyleOptions.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomapStyleOptions(GeospatialMapStyleOptions).- Parameters:
- mapStyleOptions- a consumer that will call methods on- GeospatialMapStyleOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pointStyleOptionsThe point style options of the geospatial map. - Parameters:
- pointStyleOptions- The point style options of the geospatial map.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pointStyleOptionsdefault GeospatialMapConfiguration.Builder pointStyleOptions(Consumer<GeospatialPointStyleOptions.Builder> pointStyleOptions) The point style options of the geospatial map. This is a convenience method that creates an instance of theGeospatialPointStyleOptions.Builderavoiding the need to create one manually viaGeospatialPointStyleOptions.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topointStyleOptions(GeospatialPointStyleOptions).- Parameters:
- pointStyleOptions- a consumer that will call methods on- GeospatialPointStyleOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
visualPaletteSets the value of the VisualPalette property for this object.- Parameters:
- visualPalette- The new value for the VisualPalette property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
visualPalettedefault GeospatialMapConfiguration.Builder visualPalette(Consumer<VisualPalette.Builder> visualPalette) Sets the value of the VisualPalette property for this object. This is a convenience method that creates an instance of theVisualPalette.Builderavoiding the need to create one manually viaVisualPalette.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovisualPalette(VisualPalette).- Parameters:
- visualPalette- a consumer that will call methods on- VisualPalette.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
interactionsThe general visual interactions setup for a visual. - Parameters:
- interactions- The general visual interactions setup for a visual.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
interactionsdefault GeospatialMapConfiguration.Builder interactions(Consumer<VisualInteractionOptions.Builder> interactions) The general visual interactions setup for a visual. This is a convenience method that creates an instance of theVisualInteractionOptions.Builderavoiding the need to create one manually viaVisualInteractionOptions.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointeractions(VisualInteractionOptions).- Parameters:
- interactions- a consumer that will call methods on- VisualInteractionOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-