Interface WaterfallChartOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WaterfallChartOptions.Builder,WaterfallChartOptions>,SdkBuilder<WaterfallChartOptions.Builder,WaterfallChartOptions>,SdkPojo
- Enclosing class:
- WaterfallChartOptions
@Mutable @NotThreadSafe public static interface WaterfallChartOptions.Builder extends SdkPojo, CopyableBuilder<WaterfallChartOptions.Builder,WaterfallChartOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WaterfallChartOptions.BuildertotalBarLabel(String totalBarLabel)This option determines the total bar label of a waterfall visual.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
totalBarLabel
WaterfallChartOptions.Builder totalBarLabel(String totalBarLabel)
This option determines the total bar label of a waterfall visual.
- Parameters:
totalBarLabel- This option determines the total bar label of a waterfall visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-