Class GeospatialPointStyleOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.GeospatialPointStyleOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GeospatialPointStyleOptions.Builder,GeospatialPointStyleOptions>
@Generated("software.amazon.awssdk:codegen") public final class GeospatialPointStyleOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeospatialPointStyleOptions.Builder,GeospatialPointStyleOptions>
The point style of the geospatial map.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGeospatialPointStyleOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeospatialPointStyleOptions.Builderbuilder()ClusterMarkerConfigurationclusterMarkerConfiguration()The cluster marker configuration of the geospatial point style.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()GeospatialHeatmapConfigurationheatmapConfiguration()The heatmap configuration of the geospatial point style.List<SdkField<?>>sdkFields()GeospatialSelectedPointStyleselectedPointStyle()The selected point styles (point, cluster) of the geospatial map.StringselectedPointStyleAsString()The selected point styles (point, cluster) of the geospatial map.static Class<? extends GeospatialPointStyleOptions.Builder>serializableBuilderClass()GeospatialPointStyleOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
selectedPointStyle
public final GeospatialSelectedPointStyle selectedPointStyle()
The selected point styles (point, cluster) of the geospatial map.
If the service returns an enum value that is not available in the current SDK version,
selectedPointStylewill returnGeospatialSelectedPointStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromselectedPointStyleAsString().- Returns:
- The selected point styles (point, cluster) of the geospatial map.
- See Also:
GeospatialSelectedPointStyle
-
selectedPointStyleAsString
public final String selectedPointStyleAsString()
The selected point styles (point, cluster) of the geospatial map.
If the service returns an enum value that is not available in the current SDK version,
selectedPointStylewill returnGeospatialSelectedPointStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromselectedPointStyleAsString().- Returns:
- The selected point styles (point, cluster) of the geospatial map.
- See Also:
GeospatialSelectedPointStyle
-
clusterMarkerConfiguration
public final ClusterMarkerConfiguration clusterMarkerConfiguration()
The cluster marker configuration of the geospatial point style.
- Returns:
- The cluster marker configuration of the geospatial point style.
-
heatmapConfiguration
public final GeospatialHeatmapConfiguration heatmapConfiguration()
The heatmap configuration of the geospatial point style.
- Returns:
- The heatmap configuration of the geospatial point style.
-
toBuilder
public GeospatialPointStyleOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GeospatialPointStyleOptions.Builder,GeospatialPointStyleOptions>
-
builder
public static GeospatialPointStyleOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends GeospatialPointStyleOptions.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.
-
-