Uses of Interface
software.amazon.awssdk.services.quicksight.model.AxisLinearScale.Builder
-
Packages that use AxisLinearScale.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AxisLinearScale.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AxisLinearScale.Builder Modifier and Type Method Description static AxisLinearScale.BuilderAxisLinearScale. builder()AxisLinearScale.BuilderAxisLinearScale.Builder. stepCount(Integer stepCount)The step count setup of a linear axis.AxisLinearScale.BuilderAxisLinearScale.Builder. stepSize(Double stepSize)The step size setup of a linear axis.AxisLinearScale.BuilderAxisLinearScale. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AxisLinearScale.Builder Modifier and Type Method Description static Class<? extends AxisLinearScale.Builder>AxisLinearScale. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AxisLinearScale.Builder Modifier and Type Method Description default AxisScale.BuilderAxisScale.Builder. linear(Consumer<AxisLinearScale.Builder> linear)The linear axis scale setup.
-