Interface FunnelChartDataLabelOptions.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<FunnelChartDataLabelOptions.Builder,FunnelChartDataLabelOptions>
,SdkBuilder<FunnelChartDataLabelOptions.Builder,FunnelChartDataLabelOptions>
,SdkPojo
- Enclosing class:
- FunnelChartDataLabelOptions
public static interface FunnelChartDataLabelOptions.Builder extends SdkPojo, CopyableBuilder<FunnelChartDataLabelOptions.Builder,FunnelChartDataLabelOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description FunnelChartDataLabelOptions.Builder
categoryLabelVisibility(String categoryLabelVisibility)
The visibility of the category labels within the data labels.FunnelChartDataLabelOptions.Builder
categoryLabelVisibility(Visibility categoryLabelVisibility)
The visibility of the category labels within the data labels.FunnelChartDataLabelOptions.Builder
labelColor(String labelColor)
The color of the data label text.default FunnelChartDataLabelOptions.Builder
labelFontConfiguration(Consumer<FontConfiguration.Builder> labelFontConfiguration)
The font configuration for the data labels.FunnelChartDataLabelOptions.Builder
labelFontConfiguration(FontConfiguration labelFontConfiguration)
The font configuration for the data labels.FunnelChartDataLabelOptions.Builder
measureDataLabelStyle(String measureDataLabelStyle)
Determines the style of the metric labels.FunnelChartDataLabelOptions.Builder
measureDataLabelStyle(FunnelChartMeasureDataLabelStyle measureDataLabelStyle)
Determines the style of the metric labels.FunnelChartDataLabelOptions.Builder
measureLabelVisibility(String measureLabelVisibility)
The visibility of the measure labels within the data labels.FunnelChartDataLabelOptions.Builder
measureLabelVisibility(Visibility measureLabelVisibility)
The visibility of the measure labels within the data labels.FunnelChartDataLabelOptions.Builder
position(String position)
Determines the positioning of the data label relative to a section of the funnel.FunnelChartDataLabelOptions.Builder
position(DataLabelPosition position)
Determines the positioning of the data label relative to a section of the funnel.FunnelChartDataLabelOptions.Builder
visibility(String visibility)
The visibility option that determines if data labels are displayed.FunnelChartDataLabelOptions.Builder
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 Detail
-
visibility
FunnelChartDataLabelOptions.Builder visibility(String 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
,Visibility
-
visibility
FunnelChartDataLabelOptions.Builder visibility(Visibility 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
,Visibility
-
categoryLabelVisibility
FunnelChartDataLabelOptions.Builder categoryLabelVisibility(String 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:
Visibility
,Visibility
-
categoryLabelVisibility
FunnelChartDataLabelOptions.Builder categoryLabelVisibility(Visibility 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:
Visibility
,Visibility
-
measureLabelVisibility
FunnelChartDataLabelOptions.Builder measureLabelVisibility(String 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:
Visibility
,Visibility
-
measureLabelVisibility
FunnelChartDataLabelOptions.Builder measureLabelVisibility(Visibility 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:
Visibility
,Visibility
-
position
FunnelChartDataLabelOptions.Builder position(String 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:
DataLabelPosition
,DataLabelPosition
-
position
FunnelChartDataLabelOptions.Builder position(DataLabelPosition 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:
DataLabelPosition
,DataLabelPosition
-
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:
labelFontConfiguration(FontConfiguration)
-
labelColor
FunnelChartDataLabelOptions.Builder labelColor(String 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
FunnelChartDataLabelOptions.Builder measureDataLabelStyle(String 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:
FunnelChartMeasureDataLabelStyle
,FunnelChartMeasureDataLabelStyle
-
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:
FunnelChartMeasureDataLabelStyle
,FunnelChartMeasureDataLabelStyle
-
-