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 interfaceGeospatialMapConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeospatialMapConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)GeospatialMapFieldWellsfieldWells()The field wells of the visual.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()VisualInteractionOptionsinteractions()The general visual interactions setup for a visual.LegendOptionslegend()The legend display setup of the visual.GeospatialMapStyleOptionsmapStyleOptions()The map style options of the geospatial map.GeospatialPointStyleOptionspointStyleOptions()The point style options of the geospatial map.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GeospatialMapConfiguration.Builder>serializableBuilderClass()GeospatialMapConfiguration.BuildertoBuilder()TooltipOptionstooltip()The tooltip display setup of the visual.StringtoString()Returns a string representation of this object.VisualPalettevisualPalette()Returns the value of the VisualPalette property for this object.GeospatialWindowOptionswindowOptions()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.
-
interactions
public final VisualInteractionOptions interactions()
The general visual interactions setup for a visual.
- Returns:
- The general visual interactions setup for a visual.
-
toBuilder
public GeospatialMapConfiguration.Builder toBuilder()
- Specified by:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-