Class LayerMapVisual
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.LayerMapVisual
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LayerMapVisual.Builder,LayerMapVisual>
@Generated("software.amazon.awssdk:codegen") public final class LayerMapVisual extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LayerMapVisual.Builder,LayerMapVisual>
A layer map visual.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLayerMapVisual.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LayerMapVisual.Builderbuilder()GeospatialLayerMapConfigurationchartConfiguration()The configuration settings of the visual.StringdataSetIdentifier()The dataset that is used to create the layer map visual.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LayerMapVisual.Builder>serializableBuilderClass()VisualSubtitleLabelOptionssubtitle()Returns the value of the Subtitle property for this object.VisualTitleLabelOptionstitle()Returns the value of the Title property for this object.LayerMapVisual.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvisualContentAltText()The alt text for the visual.StringvisualId()The ID of the 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
-
visualId
public final String visualId()
The ID of the visual.
- Returns:
- The ID of the visual.
-
title
public final VisualTitleLabelOptions title()
Returns the value of the Title property for this object.- Returns:
- The value of the Title property for this object.
-
subtitle
public final VisualSubtitleLabelOptions subtitle()
Returns the value of the Subtitle property for this object.- Returns:
- The value of the Subtitle property for this object.
-
chartConfiguration
public final GeospatialLayerMapConfiguration chartConfiguration()
The configuration settings of the visual.
- Returns:
- The configuration settings of the visual.
-
dataSetIdentifier
public final String dataSetIdentifier()
The dataset that is used to create the layer map visual. You can't create a visual without a dataset.
- Returns:
- The dataset that is used to create the layer map visual. You can't create a visual without a dataset.
-
visualContentAltText
public final String visualContentAltText()
The alt text for the visual.
- Returns:
- The alt text for the visual.
-
toBuilder
public LayerMapVisual.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LayerMapVisual.Builder,LayerMapVisual>
-
builder
public static LayerMapVisual.Builder builder()
-
serializableBuilderClass
public static Class<? extends LayerMapVisual.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
-
-