Interface FunnelChartDataLabelOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FunnelChartDataLabelOptions.Builder,
,FunnelChartDataLabelOptions> SdkBuilder<FunnelChartDataLabelOptions.Builder,
,FunnelChartDataLabelOptions> SdkPojo
- Enclosing class:
FunnelChartDataLabelOptions
-
Method Summary
Modifier and TypeMethodDescriptioncategoryLabelVisibility
(String categoryLabelVisibility) The visibility of the category labels within the data labels.categoryLabelVisibility
(Visibility categoryLabelVisibility) The visibility of the category labels within the data labels.labelColor
(String labelColor) The color of the data label text.labelFontConfiguration
(Consumer<FontConfiguration.Builder> labelFontConfiguration) The font configuration for the data labels.labelFontConfiguration
(FontConfiguration labelFontConfiguration) The font configuration for the data labels.measureDataLabelStyle
(String measureDataLabelStyle) Determines the style of the metric labels.measureDataLabelStyle
(FunnelChartMeasureDataLabelStyle measureDataLabelStyle) Determines the style of the metric labels.measureLabelVisibility
(String measureLabelVisibility) The visibility of the measure labels within the data labels.measureLabelVisibility
(Visibility measureLabelVisibility) The visibility of the measure labels within the data labels.Determines the positioning of the data label relative to a section of the funnel.position
(DataLabelPosition position) Determines the positioning of the data label relative to a section of the funnel.visibility
(String visibility) The visibility option that determines if data labels are displayed.visibility
(Visibility visibility) The visibility option that determines if data labels are displayed.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 Details
-
visibility
The visibility option that determines if data labels are displayed.
- Parameters:
visibility
- The visibility option that determines if data labels are displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
The visibility option that determines if data labels are displayed.
- Parameters:
visibility
- The visibility option that determines if data labels are displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
categoryLabelVisibility
The visibility of the category labels within the data labels.
- Parameters:
categoryLabelVisibility
- The visibility of the category labels within the data labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
categoryLabelVisibility
The visibility of the category labels within the data labels.
- Parameters:
categoryLabelVisibility
- The visibility of the category labels within the data labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
measureLabelVisibility
The visibility of the measure labels within the data labels.
- Parameters:
measureLabelVisibility
- The visibility of the measure labels within the data labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
measureLabelVisibility
The visibility of the measure labels within the data labels.
- Parameters:
measureLabelVisibility
- The visibility of the measure labels within the data labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
position
Determines the positioning of the data label relative to a section of the funnel.
- Parameters:
position
- Determines the positioning of the data label relative to a section of the funnel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
position
Determines the positioning of the data label relative to a section of the funnel.
- Parameters:
position
- Determines the positioning of the data label relative to a section of the funnel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
labelFontConfiguration
FunnelChartDataLabelOptions.Builder labelFontConfiguration(FontConfiguration labelFontConfiguration) The font configuration for the data labels.
Only the
FontSize
attribute of the font configuration is used for data labels.- Parameters:
labelFontConfiguration
- The font configuration for the data labels.Only the
FontSize
attribute of the font configuration is used for data labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labelFontConfiguration
default FunnelChartDataLabelOptions.Builder labelFontConfiguration(Consumer<FontConfiguration.Builder> labelFontConfiguration) The font configuration for the data labels.
Only the
This is a convenience method that creates an instance of theFontSize
attribute of the font configuration is used for data labels.FontConfiguration.Builder
avoiding the need to create one manually viaFontConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolabelFontConfiguration(FontConfiguration)
.- Parameters:
labelFontConfiguration
- a consumer that will call methods onFontConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
labelColor
The color of the data label text.
- Parameters:
labelColor
- The color of the data label text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
measureDataLabelStyle
Determines the style of the metric labels.
- Parameters:
measureDataLabelStyle
- Determines the style of the metric labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
measureDataLabelStyle
FunnelChartDataLabelOptions.Builder measureDataLabelStyle(FunnelChartMeasureDataLabelStyle measureDataLabelStyle) Determines the style of the metric labels.
- Parameters:
measureDataLabelStyle
- Determines the style of the metric labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-