@Generated(value="software.amazon.awssdk:codegen") public final class GeospatialMapConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeospatialMapConfiguration.Builder,GeospatialMapConfiguration>
The configuration of a GeospatialMapVisual.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GeospatialMapConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GeospatialMapConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
GeospatialMapFieldWells |
fieldWells()
The field wells of the visual.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LegendOptions |
legend()
The legend display setup of the visual.
|
GeospatialMapStyleOptions |
mapStyleOptions()
The map style options of the geospatial map.
|
GeospatialPointStyleOptions |
pointStyleOptions()
The point style options of the geospatial map.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GeospatialMapConfiguration.Builder> |
serializableBuilderClass() |
GeospatialMapConfiguration.Builder |
toBuilder() |
TooltipOptions |
tooltip()
The tooltip display setup of the visual.
|
String |
toString()
Returns a string representation of this object.
|
VisualPalette |
visualPalette()
Returns the value of the VisualPalette property for this object.
|
GeospatialWindowOptions |
windowOptions()
The window options of the geospatial map.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final GeospatialMapFieldWells fieldWells()
The field wells of the visual.
public final LegendOptions legend()
The legend display setup of the visual.
public final TooltipOptions tooltip()
The tooltip display setup of the visual.
public final GeospatialWindowOptions windowOptions()
The window options of the geospatial map.
public final GeospatialMapStyleOptions mapStyleOptions()
The map style options of the geospatial map.
public final GeospatialPointStyleOptions pointStyleOptions()
The point style options of the geospatial map.
public final VisualPalette visualPalette()
public GeospatialMapConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GeospatialMapConfiguration.Builder,GeospatialMapConfiguration>public static GeospatialMapConfiguration.Builder builder()
public static Class<? extends GeospatialMapConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.