Uses of Interface
software.amazon.awssdk.services.quicksight.model.AxisLabelReferenceOptions.Builder
-
Packages that use AxisLabelReferenceOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AxisLabelReferenceOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AxisLabelReferenceOptions.Builder Modifier and Type Method Description static AxisLabelReferenceOptions.BuilderAxisLabelReferenceOptions. builder()default AxisLabelReferenceOptions.BuilderAxisLabelReferenceOptions.Builder. column(Consumer<ColumnIdentifier.Builder> column)The column that the axis label is targeted to.AxisLabelReferenceOptions.BuilderAxisLabelReferenceOptions.Builder. column(ColumnIdentifier column)The column that the axis label is targeted to.AxisLabelReferenceOptions.BuilderAxisLabelReferenceOptions.Builder. fieldId(String fieldId)The field that the axis label is targeted to.AxisLabelReferenceOptions.BuilderAxisLabelReferenceOptions. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AxisLabelReferenceOptions.Builder Modifier and Type Method Description static Class<? extends AxisLabelReferenceOptions.Builder>AxisLabelReferenceOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AxisLabelReferenceOptions.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.
-