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
Modifier and TypeMethodDescriptiontotalBarLabel
(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 Details
-
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.
-