Interface DataLabelOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataLabelOptions.Builder,DataLabelOptions>,SdkBuilder<DataLabelOptions.Builder,DataLabelOptions>,SdkPojo
- Enclosing class:
- DataLabelOptions
public static interface DataLabelOptions.Builder extends SdkPojo, CopyableBuilder<DataLabelOptions.Builder,DataLabelOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DataLabelOptions.BuildercategoryLabelVisibility(String categoryLabelVisibility)Determines the visibility of the category field labels.DataLabelOptions.BuildercategoryLabelVisibility(Visibility categoryLabelVisibility)Determines the visibility of the category field labels.DataLabelOptions.BuilderdataLabelTypes(Collection<DataLabelType> dataLabelTypes)The option that determines the data label type.DataLabelOptions.BuilderdataLabelTypes(Consumer<DataLabelType.Builder>... dataLabelTypes)The option that determines the data label type.DataLabelOptions.BuilderdataLabelTypes(DataLabelType... dataLabelTypes)The option that determines the data label type.DataLabelOptions.BuilderlabelColor(String labelColor)Determines the color of the data labels.DataLabelOptions.BuilderlabelContent(String labelContent)Determines the content of the data labels.DataLabelOptions.BuilderlabelContent(DataLabelContent labelContent)Determines the content of the data labels.default DataLabelOptions.BuilderlabelFontConfiguration(Consumer<FontConfiguration.Builder> labelFontConfiguration)Determines the font configuration of the data labels.DataLabelOptions.BuilderlabelFontConfiguration(FontConfiguration labelFontConfiguration)Determines the font configuration of the data labels.DataLabelOptions.BuildermeasureLabelVisibility(String measureLabelVisibility)Determines the visibility of the measure field labels.DataLabelOptions.BuildermeasureLabelVisibility(Visibility measureLabelVisibility)Determines the visibility of the measure field labels.DataLabelOptions.Builderoverlap(String overlap)Determines whether overlap is enabled or disabled for the data labels.DataLabelOptions.Builderoverlap(DataLabelOverlap overlap)Determines whether overlap is enabled or disabled for the data labels.DataLabelOptions.Builderposition(String position)Determines the position of the data labels.DataLabelOptions.Builderposition(DataLabelPosition position)Determines the position of the data labels.DataLabelOptions.BuildertotalsVisibility(String totalsVisibility)Determines the visibility of the total.DataLabelOptions.BuildertotalsVisibility(Visibility totalsVisibility)Determines the visibility of the total.DataLabelOptions.Buildervisibility(String visibility)Determines the visibility of the data labels.DataLabelOptions.Buildervisibility(Visibility visibility)Determines the visibility of the data labels.-
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
DataLabelOptions.Builder visibility(String visibility)
Determines the visibility of the data labels.
- Parameters:
visibility- Determines the visibility of the data labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
visibility
DataLabelOptions.Builder visibility(Visibility visibility)
Determines the visibility of the data labels.
- Parameters:
visibility- Determines the visibility of the data labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
categoryLabelVisibility
DataLabelOptions.Builder categoryLabelVisibility(String categoryLabelVisibility)
Determines the visibility of the category field labels.
- Parameters:
categoryLabelVisibility- Determines the visibility of the category field labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
categoryLabelVisibility
DataLabelOptions.Builder categoryLabelVisibility(Visibility categoryLabelVisibility)
Determines the visibility of the category field labels.
- Parameters:
categoryLabelVisibility- Determines the visibility of the category field labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
measureLabelVisibility
DataLabelOptions.Builder measureLabelVisibility(String measureLabelVisibility)
Determines the visibility of the measure field labels.
- Parameters:
measureLabelVisibility- Determines the visibility of the measure field labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
measureLabelVisibility
DataLabelOptions.Builder measureLabelVisibility(Visibility measureLabelVisibility)
Determines the visibility of the measure field labels.
- Parameters:
measureLabelVisibility- Determines the visibility of the measure field labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
dataLabelTypes
DataLabelOptions.Builder dataLabelTypes(Collection<DataLabelType> dataLabelTypes)
The option that determines the data label type.
- Parameters:
dataLabelTypes- The option that determines the data label type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataLabelTypes
DataLabelOptions.Builder dataLabelTypes(DataLabelType... dataLabelTypes)
The option that determines the data label type.
- Parameters:
dataLabelTypes- The option that determines the data label type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataLabelTypes
DataLabelOptions.Builder dataLabelTypes(Consumer<DataLabelType.Builder>... dataLabelTypes)
The option that determines the data label type.
This is a convenience method that creates an instance of theDataLabelType.Builderavoiding the need to create one manually viaDataLabelType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#dataLabelTypes(List.) - Parameters:
dataLabelTypes- a consumer that will call methods onDataLabelType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dataLabelTypes(java.util.Collection)
-
position
DataLabelOptions.Builder position(String position)
Determines the position of the data labels.
- Parameters:
position- Determines the position of the data labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataLabelPosition,DataLabelPosition
-
position
DataLabelOptions.Builder position(DataLabelPosition position)
Determines the position of the data labels.
- Parameters:
position- Determines the position of the data labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataLabelPosition,DataLabelPosition
-
labelContent
DataLabelOptions.Builder labelContent(String labelContent)
Determines the content of the data labels.
- Parameters:
labelContent- Determines the content of the data labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataLabelContent,DataLabelContent
-
labelContent
DataLabelOptions.Builder labelContent(DataLabelContent labelContent)
Determines the content of the data labels.
- Parameters:
labelContent- Determines the content of the data labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataLabelContent,DataLabelContent
-
labelFontConfiguration
DataLabelOptions.Builder labelFontConfiguration(FontConfiguration labelFontConfiguration)
Determines the font configuration of the data labels.
- Parameters:
labelFontConfiguration- Determines the font configuration of the data labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labelFontConfiguration
default DataLabelOptions.Builder labelFontConfiguration(Consumer<FontConfiguration.Builder> labelFontConfiguration)
Determines the font configuration of the data labels.
This is a convenience method that creates an instance of theFontConfiguration.Builderavoiding the need to create one manually viaFontConfiguration.builder().When the
Consumercompletes,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
DataLabelOptions.Builder labelColor(String labelColor)
Determines the color of the data labels.
- Parameters:
labelColor- Determines the color of the data labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overlap
DataLabelOptions.Builder overlap(String overlap)
Determines whether overlap is enabled or disabled for the data labels.
- Parameters:
overlap- Determines whether overlap is enabled or disabled for the data labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataLabelOverlap,DataLabelOverlap
-
overlap
DataLabelOptions.Builder overlap(DataLabelOverlap overlap)
Determines whether overlap is enabled or disabled for the data labels.
- Parameters:
overlap- Determines whether overlap is enabled or disabled for the data labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataLabelOverlap,DataLabelOverlap
-
totalsVisibility
DataLabelOptions.Builder totalsVisibility(String totalsVisibility)
Determines the visibility of the total.
- Parameters:
totalsVisibility- Determines the visibility of the total.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
totalsVisibility
DataLabelOptions.Builder totalsVisibility(Visibility totalsVisibility)
Determines the visibility of the total.
- Parameters:
totalsVisibility- Determines the visibility of the total.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
-