Interface GeospatialMapConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeospatialMapConfiguration.Builder,GeospatialMapConfiguration>,SdkBuilder<GeospatialMapConfiguration.Builder,GeospatialMapConfiguration>,SdkPojo
- Enclosing class:
- GeospatialMapConfiguration
public static interface GeospatialMapConfiguration.Builder extends SdkPojo, CopyableBuilder<GeospatialMapConfiguration.Builder,GeospatialMapConfiguration>
-
-
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
GeospatialMapConfiguration.Builder fieldWells(GeospatialMapFieldWells 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 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 onGeospatialMapFieldWells.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fieldWells(GeospatialMapFieldWells)
-
legend
GeospatialMapConfiguration.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 GeospatialMapConfiguration.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
GeospatialMapConfiguration.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 GeospatialMapConfiguration.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
GeospatialMapConfiguration.Builder windowOptions(GeospatialWindowOptions windowOptions)
The 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.
-
windowOptions
default 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 onGeospatialWindowOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
windowOptions(GeospatialWindowOptions)
-
mapStyleOptions
GeospatialMapConfiguration.Builder mapStyleOptions(GeospatialMapStyleOptions mapStyleOptions)
The 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.
-
mapStyleOptions
default 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 onGeospatialMapStyleOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
mapStyleOptions(GeospatialMapStyleOptions)
-
pointStyleOptions
GeospatialMapConfiguration.Builder pointStyleOptions(GeospatialPointStyleOptions pointStyleOptions)
The 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.
-
pointStyleOptions
default 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 onGeospatialPointStyleOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
pointStyleOptions(GeospatialPointStyleOptions)
-
visualPalette
GeospatialMapConfiguration.Builder visualPalette(VisualPalette visualPalette)
Sets 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.
-
visualPalette
default 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 onVisualPalette.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
visualPalette(VisualPalette)
-
-