Class HeatMapConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.HeatMapConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HeatMapConfiguration.Builder,HeatMapConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class HeatMapConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HeatMapConfiguration.Builder,HeatMapConfiguration>
The configuration of a heat map.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHeatMapConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HeatMapConfiguration.Builderbuilder()ColorScalecolorScale()The color options (gradient color, point of divergence) in a heat map.ChartAxisLabelOptionscolumnLabelOptions()The label options of the column that is displayed in a heat map.DataLabelOptionsdataLabels()The options that determine if visual data labels are displayed.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)HeatMapFieldWellsfieldWells()The field wells of the visual.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LegendOptionslegend()The legend display setup of the visual.ChartAxisLabelOptionsrowLabelOptions()The label options of the row that is displayed in aheat map.List<SdkField<?>>sdkFields()static Class<? extends HeatMapConfiguration.Builder>serializableBuilderClass()HeatMapSortConfigurationsortConfiguration()The sort configuration of a heat map.HeatMapConfiguration.BuildertoBuilder()TooltipOptionstooltip()The tooltip display setup of the visual.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
-
fieldWells
public final HeatMapFieldWells fieldWells()
The field wells of the visual.
- Returns:
- The field wells of the visual.
-
sortConfiguration
public final HeatMapSortConfiguration sortConfiguration()
The sort configuration of a heat map.
- Returns:
- The sort configuration of a heat map.
-
rowLabelOptions
public final ChartAxisLabelOptions rowLabelOptions()
The label options of the row that is displayed in a
heat map.- Returns:
- The label options of the row that is displayed in a
heat map.
-
columnLabelOptions
public final ChartAxisLabelOptions columnLabelOptions()
The label options of the column that is displayed in a heat map.
- Returns:
- The label options of the column that is displayed in a heat map.
-
colorScale
public final ColorScale colorScale()
The color options (gradient color, point of divergence) in a heat map.
- Returns:
- The color options (gradient color, point of divergence) in a heat map.
-
legend
public final LegendOptions legend()
The legend display setup of the visual.
- Returns:
- The legend display setup of the visual.
-
dataLabels
public final DataLabelOptions dataLabels()
The options that determine if visual data labels are displayed.
- Returns:
- The options that determine if visual data labels are displayed.
-
tooltip
public final TooltipOptions tooltip()
The tooltip display setup of the visual.
- Returns:
- The tooltip display setup of the visual.
-
toBuilder
public HeatMapConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HeatMapConfiguration.Builder,HeatMapConfiguration>
-
builder
public static HeatMapConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends HeatMapConfiguration.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.
-
-