Interface WaterfallChartGroupColorConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WaterfallChartGroupColorConfiguration.Builder,WaterfallChartGroupColorConfiguration>,SdkBuilder<WaterfallChartGroupColorConfiguration.Builder,WaterfallChartGroupColorConfiguration>,SdkPojo
- Enclosing class:
- WaterfallChartGroupColorConfiguration
public static interface WaterfallChartGroupColorConfiguration.Builder extends SdkPojo, CopyableBuilder<WaterfallChartGroupColorConfiguration.Builder,WaterfallChartGroupColorConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WaterfallChartGroupColorConfiguration.BuildernegativeBarColor(String negativeBarColor)Defines the color for the negative bars of a waterfall chart.WaterfallChartGroupColorConfiguration.BuilderpositiveBarColor(String positiveBarColor)Defines the color for the positive bars of a waterfall chart.WaterfallChartGroupColorConfiguration.BuildertotalBarColor(String totalBarColor)Defines the color for the total bars of a waterfall chart.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
positiveBarColor
WaterfallChartGroupColorConfiguration.Builder positiveBarColor(String positiveBarColor)
Defines the color for the positive bars of a waterfall chart.
- Parameters:
positiveBarColor- Defines the color for the positive bars of a waterfall chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
negativeBarColor
WaterfallChartGroupColorConfiguration.Builder negativeBarColor(String negativeBarColor)
Defines the color for the negative bars of a waterfall chart.
- Parameters:
negativeBarColor- Defines the color for the negative bars of a waterfall chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalBarColor
WaterfallChartGroupColorConfiguration.Builder totalBarColor(String totalBarColor)
Defines the color for the total bars of a waterfall chart.
- Parameters:
totalBarColor- Defines the color for the total bars of a waterfall chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-