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
Modifier and TypeMethodDescriptionThe 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 Details
-
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.
-