Uses of Interface
software.amazon.awssdk.services.quicksight.model.ColorsConfiguration.Builder
-
Packages that use ColorsConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ColorsConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ColorsConfiguration.Builder Modifier and Type Method Description static ColorsConfiguration.BuilderColorsConfiguration. builder()ColorsConfiguration.BuilderColorsConfiguration.Builder. customColors(Collection<CustomColor> customColors)A list of up to 50 custom colors.ColorsConfiguration.BuilderColorsConfiguration.Builder. customColors(Consumer<CustomColor.Builder>... customColors)A list of up to 50 custom colors.ColorsConfiguration.BuilderColorsConfiguration.Builder. customColors(CustomColor... customColors)A list of up to 50 custom colors.ColorsConfiguration.BuilderColorsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ColorsConfiguration.Builder Modifier and Type Method Description static Class<? extends ColorsConfiguration.Builder>ColorsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ColorsConfiguration.Builder Modifier and Type Method Description default ColumnConfiguration.BuilderColumnConfiguration.Builder. colorsConfiguration(Consumer<ColorsConfiguration.Builder> colorsConfiguration)The color configurations of the column.
-