Interface AxisDisplayOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AxisDisplayOptions.Builder,
,AxisDisplayOptions> SdkBuilder<AxisDisplayOptions.Builder,
,AxisDisplayOptions> SdkPojo
- Enclosing class:
AxisDisplayOptions
-
Method Summary
Modifier and TypeMethodDescriptionaxisLineVisibility
(String axisLineVisibility) Determines whether or not the axis line is visible.axisLineVisibility
(Visibility axisLineVisibility) Determines whether or not the axis line is visible.axisOffset
(String axisOffset) The offset value that determines the starting placement of the axis within a visual's bounds.default AxisDisplayOptions.Builder
dataOptions
(Consumer<AxisDataOptions.Builder> dataOptions) The data options for an axis.dataOptions
(AxisDataOptions dataOptions) The data options for an axis.gridLineVisibility
(String gridLineVisibility) Determines whether or not the grid line is visible.gridLineVisibility
(Visibility gridLineVisibility) Determines whether or not the grid line is visible.default AxisDisplayOptions.Builder
scrollbarOptions
(Consumer<ScrollBarOptions.Builder> scrollbarOptions) The scroll bar options for an axis.scrollbarOptions
(ScrollBarOptions scrollbarOptions) The scroll bar options for an axis.default AxisDisplayOptions.Builder
tickLabelOptions
(Consumer<AxisTickLabelOptions.Builder> tickLabelOptions) The tick label options of an axis.tickLabelOptions
(AxisTickLabelOptions tickLabelOptions) The tick label options of an axis.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
-
tickLabelOptions
The tick label options of an axis.
- Parameters:
tickLabelOptions
- The tick label options of an axis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tickLabelOptions
default AxisDisplayOptions.Builder tickLabelOptions(Consumer<AxisTickLabelOptions.Builder> tickLabelOptions) The tick label options of an axis.
This is a convenience method that creates an instance of theAxisTickLabelOptions.Builder
avoiding the need to create one manually viaAxisTickLabelOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totickLabelOptions(AxisTickLabelOptions)
.- Parameters:
tickLabelOptions
- a consumer that will call methods onAxisTickLabelOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
axisLineVisibility
Determines whether or not the axis line is visible.
- Parameters:
axisLineVisibility
- Determines whether or not the axis line is visible.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
axisLineVisibility
Determines whether or not the axis line is visible.
- Parameters:
axisLineVisibility
- Determines whether or not the axis line is visible.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
gridLineVisibility
Determines whether or not the grid line is visible.
- Parameters:
gridLineVisibility
- Determines whether or not the grid line is visible.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
gridLineVisibility
Determines whether or not the grid line is visible.
- Parameters:
gridLineVisibility
- Determines whether or not the grid line is visible.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataOptions
The data options for an axis.
- Parameters:
dataOptions
- The data options for an axis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataOptions
The data options for an axis.
This is a convenience method that creates an instance of theAxisDataOptions.Builder
avoiding the need to create one manually viaAxisDataOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataOptions(AxisDataOptions)
.- Parameters:
dataOptions
- a consumer that will call methods onAxisDataOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scrollbarOptions
The scroll bar options for an axis.
- Parameters:
scrollbarOptions
- The scroll bar options for an axis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scrollbarOptions
default AxisDisplayOptions.Builder scrollbarOptions(Consumer<ScrollBarOptions.Builder> scrollbarOptions) The scroll bar options for an axis.
This is a convenience method that creates an instance of theScrollBarOptions.Builder
avoiding the need to create one manually viaScrollBarOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toscrollbarOptions(ScrollBarOptions)
.- Parameters:
scrollbarOptions
- a consumer that will call methods onScrollBarOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
axisOffset
The offset value that determines the starting placement of the axis within a visual's bounds.
- Parameters:
axisOffset
- The offset value that determines the starting placement of the axis within a visual's bounds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-