Class GeospatialMapConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.GeospatialMapConfiguration
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<GeospatialMapConfiguration.Builder,GeospatialMapConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class GeospatialMapConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeospatialMapConfiguration.Builder,GeospatialMapConfiguration>
The configuration of a
GeospatialMapVisual
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GeospatialMapConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
fieldWells
public final GeospatialMapFieldWells fieldWells()
The field wells of the visual.
- Returns:
- The field wells of the visual.
-
legend
public final LegendOptions legend()
The legend display setup of the visual.
- Returns:
- The legend display setup of the visual.
-
tooltip
public final TooltipOptions tooltip()
The tooltip display setup of the visual.
- Returns:
- The tooltip display setup of the visual.
-
windowOptions
public final GeospatialWindowOptions windowOptions()
The window options of the geospatial map.
- Returns:
- The window options of the geospatial map.
-
mapStyleOptions
public final GeospatialMapStyleOptions mapStyleOptions()
The map style options of the geospatial map.
- Returns:
- The map style options of the geospatial map.
-
pointStyleOptions
public final GeospatialPointStyleOptions pointStyleOptions()
The point style options of the geospatial map.
- Returns:
- The point style options of the geospatial map.
-
visualPalette
public final VisualPalette visualPalette()
Returns the value of the VisualPalette property for this object.- Returns:
- The value of the VisualPalette property for this object.
-
toBuilder
public GeospatialMapConfiguration.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<GeospatialMapConfiguration.Builder,GeospatialMapConfiguration>
-
builder
public static GeospatialMapConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends GeospatialMapConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-