| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ColorScale.Builder |
ColorScale.builder() |
ColorScale.Builder |
ColorScale.Builder.colorFillType(ColorFillType colorFillType)
Determines the color fill type.
|
ColorScale.Builder |
ColorScale.Builder.colorFillType(String colorFillType)
Determines the color fill type.
|
ColorScale.Builder |
ColorScale.Builder.colors(Collection<DataColor> colors)
Determines the list of colors that are applied to the visual.
|
ColorScale.Builder |
ColorScale.Builder.colors(Consumer<DataColor.Builder>... colors)
Determines the list of colors that are applied to the visual.
|
ColorScale.Builder |
ColorScale.Builder.colors(DataColor... colors)
Determines the list of colors that are applied to the visual.
|
default ColorScale.Builder |
ColorScale.Builder.nullValueColor(Consumer<DataColor.Builder> nullValueColor)
Determines the color that is applied to null values.
|
ColorScale.Builder |
ColorScale.Builder.nullValueColor(DataColor nullValueColor)
Determines the color that is applied to null values.
|
ColorScale.Builder |
ColorScale.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ColorScale.Builder> |
ColorScale.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.colorScale(Consumer<ColorScale.Builder> colorScale)
The color options (gradient color, point of divergence) in a heat map.
|
default TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.colorScale(Consumer<ColorScale.Builder> colorScale)
The color options (gradient color, point of divergence) of a tree map.
|
Copyright © 2023. All rights reserved.