Uses of Interface
software.amazon.awssdk.services.quicksight.model.DataColorPalette.Builder
-
Packages that use DataColorPalette.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DataColorPalette.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DataColorPalette.Builder Modifier and Type Method Description static DataColorPalette.BuilderDataColorPalette. builder()DataColorPalette.BuilderDataColorPalette.Builder. colors(String... colors)The hexadecimal codes for the colors.DataColorPalette.BuilderDataColorPalette.Builder. colors(Collection<String> colors)The hexadecimal codes for the colors.DataColorPalette.BuilderDataColorPalette.Builder. emptyFillColor(String emptyFillColor)The hexadecimal code of a color that applies to charts where a lack of data is highlighted.DataColorPalette.BuilderDataColorPalette.Builder. minMaxGradient(String... minMaxGradient)The minimum and maximum hexadecimal codes that describe a color gradient.DataColorPalette.BuilderDataColorPalette.Builder. minMaxGradient(Collection<String> minMaxGradient)The minimum and maximum hexadecimal codes that describe a color gradient.DataColorPalette.BuilderDataColorPalette. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DataColorPalette.Builder Modifier and Type Method Description static Class<? extends DataColorPalette.Builder>DataColorPalette. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DataColorPalette.Builder Modifier and Type Method Description default ThemeConfiguration.BuilderThemeConfiguration.Builder. dataColorPalette(Consumer<DataColorPalette.Builder> dataColorPalette)Color properties that apply to chart data colors.
-