Interface FilledMapConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FilledMapConfiguration.Builder,
,FilledMapConfiguration> SdkBuilder<FilledMapConfiguration.Builder,
,FilledMapConfiguration> SdkPojo
- Enclosing class:
FilledMapConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondefault FilledMapConfiguration.Builder
fieldWells
(Consumer<FilledMapFieldWells.Builder> fieldWells) The field wells of the visual.fieldWells
(FilledMapFieldWells fieldWells) The field wells of the visual.default FilledMapConfiguration.Builder
interactions
(Consumer<VisualInteractionOptions.Builder> interactions) The general visual interactions setup for a visual.interactions
(VisualInteractionOptions interactions) The general visual interactions setup for a visual.default FilledMapConfiguration.Builder
legend
(Consumer<LegendOptions.Builder> legend) The legend display setup of the visual.legend
(LegendOptions legend) The legend display setup of the visual.default FilledMapConfiguration.Builder
mapStyleOptions
(Consumer<GeospatialMapStyleOptions.Builder> mapStyleOptions) The map style options of the filled map visual.mapStyleOptions
(GeospatialMapStyleOptions mapStyleOptions) The map style options of the filled map visual.default FilledMapConfiguration.Builder
sortConfiguration
(Consumer<FilledMapSortConfiguration.Builder> sortConfiguration) The sort configuration of aFilledMapVisual
.sortConfiguration
(FilledMapSortConfiguration sortConfiguration) The sort configuration of aFilledMapVisual
.default FilledMapConfiguration.Builder
tooltip
(Consumer<TooltipOptions.Builder> tooltip) The tooltip display setup of the visual.tooltip
(TooltipOptions tooltip) The tooltip display setup of the visual.default FilledMapConfiguration.Builder
windowOptions
(Consumer<GeospatialWindowOptions.Builder> windowOptions) The window options of the filled map visual.windowOptions
(GeospatialWindowOptions windowOptions) The window options of the filled map visual.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fieldWells
The 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.
-
fieldWells
The field wells of the visual.
This is a convenience method that creates an instance of theFilledMapFieldWells.Builder
avoiding the need to create one manually viaFilledMapFieldWells.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofieldWells(FilledMapFieldWells)
.- Parameters:
fieldWells
- a consumer that will call methods onFilledMapFieldWells.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortConfiguration
The sort configuration of a
FilledMapVisual
.- Parameters:
sortConfiguration
- The sort configuration of aFilledMapVisual
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortConfiguration
default FilledMapConfiguration.Builder sortConfiguration(Consumer<FilledMapSortConfiguration.Builder> sortConfiguration) The sort configuration of a
This is a convenience method that creates an instance of theFilledMapVisual
.FilledMapSortConfiguration.Builder
avoiding the need to create one manually viaFilledMapSortConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosortConfiguration(FilledMapSortConfiguration)
.- Parameters:
sortConfiguration
- a consumer that will call methods onFilledMapSortConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
legend
The 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.
-
legend
The legend display setup of the visual.
This is a convenience method that creates an instance of theLegendOptions.Builder
avoiding the need to create one manually viaLegendOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolegend(LegendOptions)
.- Parameters:
legend
- a consumer that will call methods onLegendOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tooltip
The 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.
-
tooltip
The tooltip display setup of the visual.
This is a convenience method that creates an instance of theTooltipOptions.Builder
avoiding the need to create one manually viaTooltipOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totooltip(TooltipOptions)
.- Parameters:
tooltip
- a consumer that will call methods onTooltipOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
windowOptions
The window options of the filled map visual.
- Parameters:
windowOptions
- The window options of the filled map visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
windowOptions
default FilledMapConfiguration.Builder windowOptions(Consumer<GeospatialWindowOptions.Builder> windowOptions) The window options of the filled map visual.
This is a convenience method that creates an instance of theGeospatialWindowOptions.Builder
avoiding the need to create one manually viaGeospatialWindowOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed towindowOptions(GeospatialWindowOptions)
.- Parameters:
windowOptions
- a consumer that will call methods onGeospatialWindowOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mapStyleOptions
The map style options of the filled map visual.
- Parameters:
mapStyleOptions
- The map style options of the filled map visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mapStyleOptions
default FilledMapConfiguration.Builder mapStyleOptions(Consumer<GeospatialMapStyleOptions.Builder> mapStyleOptions) The map style options of the filled map visual.
This is a convenience method that creates an instance of theGeospatialMapStyleOptions.Builder
avoiding the need to create one manually viaGeospatialMapStyleOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomapStyleOptions(GeospatialMapStyleOptions)
.- Parameters:
mapStyleOptions
- a consumer that will call methods onGeospatialMapStyleOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
interactions
The 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.
-
interactions
default FilledMapConfiguration.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.Builder
avoiding the need to create one manually viaVisualInteractionOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tointeractions(VisualInteractionOptions)
.- Parameters:
interactions
- a consumer that will call methods onVisualInteractionOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-