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
Modifier and TypeMethodDescriptionThe step count setup of a linear axis.The step size setup of a linear axis.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -