Class FilledMapConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.FilledMapConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FilledMapConfiguration.Builder,FilledMapConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class FilledMapConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FilledMapConfiguration.Builder,FilledMapConfiguration>
The configuration for a
FilledMapVisual.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFilledMapConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FilledMapConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FilledMapFieldWellsfieldWells()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 filled map visual.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FilledMapConfiguration.Builder>serializableBuilderClass()FilledMapSortConfigurationsortConfiguration()The sort configuration of aFilledMapVisual.FilledMapConfiguration.BuildertoBuilder()TooltipOptionstooltip()The tooltip display setup of the visual.StringtoString()Returns a string representation of this object.GeospatialWindowOptionswindowOptions()The window options of the filled map visual.-
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 FilledMapFieldWells fieldWells()
The field wells of the visual.
- Returns:
- The field wells of the visual.
-
sortConfiguration
public final FilledMapSortConfiguration sortConfiguration()
The sort configuration of a
FilledMapVisual.- Returns:
- The sort configuration of a
FilledMapVisual.
-
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 filled map visual.
- Returns:
- The window options of the filled map visual.
-
mapStyleOptions
public final GeospatialMapStyleOptions mapStyleOptions()
The map style options of the filled map visual.
- Returns:
- The map style options of the filled map visual.
-
interactions
public final VisualInteractionOptions interactions()
The general visual interactions setup for a visual.
- Returns:
- The general visual interactions setup for a visual.
-
toBuilder
public FilledMapConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FilledMapConfiguration.Builder,FilledMapConfiguration>
-
builder
public static FilledMapConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends FilledMapConfiguration.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
-
-