Uses of Interface
software.amazon.awssdk.services.quicksight.model.ColorScale.Builder
-
Packages that use ColorScale.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ColorScale.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ColorScale.Builder Modifier and Type Method Description static ColorScale.BuilderColorScale. builder()ColorScale.BuilderColorScale.Builder. colorFillType(String colorFillType)Determines the color fill type.ColorScale.BuilderColorScale.Builder. colorFillType(ColorFillType colorFillType)Determines the color fill type.ColorScale.BuilderColorScale.Builder. colors(Collection<DataColor> colors)Determines the list of colors that are applied to the visual.ColorScale.BuilderColorScale.Builder. colors(Consumer<DataColor.Builder>... colors)Determines the list of colors that are applied to the visual.ColorScale.BuilderColorScale.Builder. colors(DataColor... colors)Determines the list of colors that are applied to the visual.default ColorScale.BuilderColorScale.Builder. nullValueColor(Consumer<DataColor.Builder> nullValueColor)Determines the color that is applied to null values.ColorScale.BuilderColorScale.Builder. nullValueColor(DataColor nullValueColor)Determines the color that is applied to null values.ColorScale.BuilderColorScale. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ColorScale.Builder Modifier and Type Method Description static Class<? extends ColorScale.Builder>ColorScale. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ColorScale.Builder Modifier and Type Method Description default HeatMapConfiguration.BuilderHeatMapConfiguration.Builder. colorScale(Consumer<ColorScale.Builder> colorScale)The color options (gradient color, point of divergence) in a heat map.default TreeMapConfiguration.BuilderTreeMapConfiguration.Builder. colorScale(Consumer<ColorScale.Builder> colorScale)The color options (gradient color, point of divergence) of a tree map.
-