Uses of Interface
software.amazon.awssdk.services.quicksight.model.WaterfallChartGroupColorConfiguration.Builder
-
Packages that use WaterfallChartGroupColorConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of WaterfallChartGroupColorConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return WaterfallChartGroupColorConfiguration.Builder Modifier and Type Method Description static WaterfallChartGroupColorConfiguration.BuilderWaterfallChartGroupColorConfiguration. builder()WaterfallChartGroupColorConfiguration.BuilderWaterfallChartGroupColorConfiguration.Builder. negativeBarColor(String negativeBarColor)Defines the color for the negative bars of a waterfall chart.WaterfallChartGroupColorConfiguration.BuilderWaterfallChartGroupColorConfiguration.Builder. positiveBarColor(String positiveBarColor)Defines the color for the positive bars of a waterfall chart.WaterfallChartGroupColorConfiguration.BuilderWaterfallChartGroupColorConfiguration. toBuilder()WaterfallChartGroupColorConfiguration.BuilderWaterfallChartGroupColorConfiguration.Builder. totalBarColor(String totalBarColor)Defines the color for the total bars of a waterfall chart.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type WaterfallChartGroupColorConfiguration.Builder Modifier and Type Method Description static Class<? extends WaterfallChartGroupColorConfiguration.Builder>WaterfallChartGroupColorConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type WaterfallChartGroupColorConfiguration.Builder Modifier and Type Method Description default WaterfallChartColorConfiguration.BuilderWaterfallChartColorConfiguration.Builder. groupColorConfiguration(Consumer<WaterfallChartGroupColorConfiguration.Builder> groupColorConfiguration)The color configuration for individual groups within a waterfall visual.
-