Interface FilledMapConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FilledMapConfiguration.Builder,FilledMapConfiguration>,SdkBuilder<FilledMapConfiguration.Builder,FilledMapConfiguration>,SdkPojo
- Enclosing class:
- FilledMapConfiguration
public static interface FilledMapConfiguration.Builder extends SdkPojo, CopyableBuilder<FilledMapConfiguration.Builder,FilledMapConfiguration>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
fieldWells
FilledMapConfiguration.Builder fieldWells(FilledMapFieldWells 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
default FilledMapConfiguration.Builder fieldWells(Consumer<FilledMapFieldWells.Builder> fieldWells)
The field wells of the visual.
This is a convenience method that creates an instance of theFilledMapFieldWells.Builderavoiding the need to create one manually viaFilledMapFieldWells.builder().When the
Consumercompletes,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:
fieldWells(FilledMapFieldWells)
-
sortConfiguration
FilledMapConfiguration.Builder sortConfiguration(FilledMapSortConfiguration 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.Builderavoiding the need to create one manually viaFilledMapSortConfiguration.builder().When the
Consumercompletes,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:
sortConfiguration(FilledMapSortConfiguration)
-
legend
FilledMapConfiguration.Builder legend(LegendOptions 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
default FilledMapConfiguration.Builder legend(Consumer<LegendOptions.Builder> legend)
The 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 onLegendOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
legend(LegendOptions)
-
tooltip
FilledMapConfiguration.Builder tooltip(TooltipOptions 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
default FilledMapConfiguration.Builder tooltip(Consumer<TooltipOptions.Builder> tooltip)
The 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 onTooltipOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tooltip(TooltipOptions)
-
windowOptions
FilledMapConfiguration.Builder windowOptions(GeospatialWindowOptions 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.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 onGeospatialWindowOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
windowOptions(GeospatialWindowOptions)
-
mapStyleOptions
FilledMapConfiguration.Builder mapStyleOptions(GeospatialMapStyleOptions 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.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 onGeospatialMapStyleOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
mapStyleOptions(GeospatialMapStyleOptions)
-
-