Uses of Interface
software.amazon.awssdk.services.quicksight.model.AxisLabelOptions.Builder
-
Packages that use AxisLabelOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AxisLabelOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AxisLabelOptions.Builder Modifier and Type Method Description default AxisLabelOptions.BuilderAxisLabelOptions.Builder. applyTo(Consumer<AxisLabelReferenceOptions.Builder> applyTo)The options that indicate which field the label belongs to.AxisLabelOptions.BuilderAxisLabelOptions.Builder. applyTo(AxisLabelReferenceOptions applyTo)The options that indicate which field the label belongs to.static AxisLabelOptions.BuilderAxisLabelOptions. builder()AxisLabelOptions.BuilderAxisLabelOptions.Builder. customLabel(String customLabel)The text for the axis label.default AxisLabelOptions.BuilderAxisLabelOptions.Builder. fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)The font configuration of the axis label.AxisLabelOptions.BuilderAxisLabelOptions.Builder. fontConfiguration(FontConfiguration fontConfiguration)The font configuration of the axis label.AxisLabelOptions.BuilderAxisLabelOptions. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AxisLabelOptions.Builder Modifier and Type Method Description static Class<? extends AxisLabelOptions.Builder>AxisLabelOptions. serializableBuilderClass()
-