Interface AxisLinearScale.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AxisLinearScale.Builder,AxisLinearScale>,SdkBuilder<AxisLinearScale.Builder,AxisLinearScale>,SdkPojo
- Enclosing class:
- AxisLinearScale
public static interface AxisLinearScale.Builder extends SdkPojo, CopyableBuilder<AxisLinearScale.Builder,AxisLinearScale>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AxisLinearScale.BuilderstepCount(Integer stepCount)The step count setup of a linear axis.AxisLinearScale.BuilderstepSize(Double stepSize)The step size setup of a linear 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 Detail
-
stepCount
AxisLinearScale.Builder stepCount(Integer stepCount)
The step count setup of a linear axis.
- Parameters:
stepCount- The step count setup of a linear axis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepSize
AxisLinearScale.Builder stepSize(Double stepSize)
The step size setup of a linear axis.
- Parameters:
stepSize- The step size setup of a linear axis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-