@Generated(value="software.amazon.awssdk:codegen") public final class FilledMapConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FilledMapConfiguration.Builder,FilledMapConfiguration>
The configuration for a FilledMapVisual.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilledMapConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FilledMapConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FilledMapFieldWells |
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 filled map visual.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FilledMapConfiguration.Builder> |
serializableBuilderClass() |
FilledMapSortConfiguration |
sortConfiguration()
The sort configuration of a
FilledMapVisual. |
FilledMapConfiguration.Builder |
toBuilder() |
TooltipOptions |
tooltip()
The tooltip display setup of the visual.
|
String |
toString()
Returns a string representation of this object.
|
GeospatialWindowOptions |
windowOptions()
The window options of the filled map visual.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FilledMapFieldWells fieldWells()
The field wells of the visual.
public final FilledMapSortConfiguration sortConfiguration()
The sort configuration of a FilledMapVisual.
FilledMapVisual.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 filled map visual.
public final GeospatialMapStyleOptions mapStyleOptions()
The map style options of the filled map visual.
public FilledMapConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FilledMapConfiguration.Builder,FilledMapConfiguration>public static FilledMapConfiguration.Builder builder()
public static Class<? extends FilledMapConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.