Interface AxisLogarithmicScale.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AxisLogarithmicScale.Builder,AxisLogarithmicScale>,SdkBuilder<AxisLogarithmicScale.Builder,AxisLogarithmicScale>,SdkPojo
- Enclosing class:
- AxisLogarithmicScale
public static interface AxisLogarithmicScale.Builder extends SdkPojo, CopyableBuilder<AxisLogarithmicScale.Builder,AxisLogarithmicScale>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AxisLogarithmicScale.Builderbase(Double base)The base setup of a logarithmic axis scale.-
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
-
base
AxisLogarithmicScale.Builder base(Double base)
The base setup of a logarithmic axis scale.
- Parameters:
base- The base setup of a logarithmic axis scale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-