@Generated(value="software.amazon.awssdk:codegen") public final class HeatMapConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HeatMapConfiguration.Builder,HeatMapConfiguration>
The configuration of a heat map.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HeatMapConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HeatMapConfiguration.Builder |
builder() |
ColorScale |
colorScale()
The color options (gradient color, point of divergence) in a heat map.
|
ChartAxisLabelOptions |
columnLabelOptions()
The label options of the column that is displayed in a heat map.
|
DataLabelOptions |
dataLabels()
The options that determine if visual data labels are displayed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
HeatMapFieldWells |
fieldWells()
The field wells of the visual.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LegendOptions |
legend()
The legend display setup of the visual.
|
ChartAxisLabelOptions |
rowLabelOptions()
The label options of the row that is displayed in a
heat map. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends HeatMapConfiguration.Builder> |
serializableBuilderClass() |
HeatMapSortConfiguration |
sortConfiguration()
The sort configuration of a heat map.
|
HeatMapConfiguration.Builder |
toBuilder() |
TooltipOptions |
tooltip()
The tooltip display setup of the visual.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final HeatMapFieldWells fieldWells()
The field wells of the visual.
public final HeatMapSortConfiguration sortConfiguration()
The sort configuration of a heat map.
public final ChartAxisLabelOptions rowLabelOptions()
The label options of the row that is displayed in a heat map.
heat map.public final ChartAxisLabelOptions columnLabelOptions()
The label options of the column that is displayed in a heat map.
public final ColorScale colorScale()
The color options (gradient color, point of divergence) in a heat map.
public final LegendOptions legend()
The legend display setup of the visual.
public final DataLabelOptions dataLabels()
The options that determine if visual data labels are displayed.
public final TooltipOptions tooltip()
The tooltip display setup of the visual.
public HeatMapConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HeatMapConfiguration.Builder,HeatMapConfiguration>public static HeatMapConfiguration.Builder builder()
public static Class<? extends HeatMapConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.