Uses of Interface
software.amazon.awssdk.services.quicksight.model.FieldSeriesItem.Builder
-
Packages that use FieldSeriesItem.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FieldSeriesItem.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return FieldSeriesItem.Builder Modifier and Type Method Description FieldSeriesItem.BuilderFieldSeriesItem.Builder. axisBinding(String axisBinding)The axis that you are binding the field to.FieldSeriesItem.BuilderFieldSeriesItem.Builder. axisBinding(AxisBinding axisBinding)The axis that you are binding the field to.static FieldSeriesItem.BuilderFieldSeriesItem. builder()FieldSeriesItem.BuilderFieldSeriesItem.Builder. fieldId(String fieldId)The field ID of the field for which you are setting the axis binding.default FieldSeriesItem.BuilderFieldSeriesItem.Builder. settings(Consumer<LineChartSeriesSettings.Builder> settings)The options that determine the presentation of line series associated to the field.FieldSeriesItem.BuilderFieldSeriesItem.Builder. settings(LineChartSeriesSettings settings)The options that determine the presentation of line series associated to the field.FieldSeriesItem.BuilderFieldSeriesItem. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type FieldSeriesItem.Builder Modifier and Type Method Description static Class<? extends FieldSeriesItem.Builder>FieldSeriesItem. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type FieldSeriesItem.Builder Modifier and Type Method Description default SeriesItem.BuilderSeriesItem.Builder. fieldSeriesItem(Consumer<FieldSeriesItem.Builder> fieldSeriesItem)The field series item configuration of a line chart.
-