Uses of Interface
software.amazon.awssdk.services.quicksight.model.LegendOptions.Builder
-
Packages that use LegendOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of LegendOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return LegendOptions.Builder Modifier and Type Method Description static LegendOptions.BuilderLegendOptions. builder()LegendOptions.BuilderLegendOptions.Builder. height(String height)The height of the legend.LegendOptions.BuilderLegendOptions.Builder. position(String position)The positions for the legend.LegendOptions.BuilderLegendOptions.Builder. position(LegendPosition position)The positions for the legend.default LegendOptions.BuilderLegendOptions.Builder. title(Consumer<LabelOptions.Builder> title)The custom title for the legend.LegendOptions.BuilderLegendOptions.Builder. title(LabelOptions title)The custom title for the legend.LegendOptions.BuilderLegendOptions. toBuilder()default LegendOptions.BuilderLegendOptions.Builder. valueFontConfiguration(Consumer<FontConfiguration.Builder> valueFontConfiguration)Sets the value of the ValueFontConfiguration property for this object.LegendOptions.BuilderLegendOptions.Builder. valueFontConfiguration(FontConfiguration valueFontConfiguration)Sets the value of the ValueFontConfiguration property for this object.LegendOptions.BuilderLegendOptions.Builder. visibility(String visibility)Determines whether or not the legend is visible.LegendOptions.BuilderLegendOptions.Builder. visibility(Visibility visibility)Determines whether or not the legend is visible.LegendOptions.BuilderLegendOptions.Builder. width(String width)The width of the legend.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type LegendOptions.Builder Modifier and Type Method Description static Class<? extends LegendOptions.Builder>LegendOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type LegendOptions.Builder Modifier and Type Method Description default BarChartConfiguration.BuilderBarChartConfiguration.Builder. legend(Consumer<LegendOptions.Builder> legend)The legend display setup of the visual.default BoxPlotChartConfiguration.BuilderBoxPlotChartConfiguration.Builder. legend(Consumer<LegendOptions.Builder> legend)Sets the value of the Legend property for this object.default ComboChartConfiguration.BuilderComboChartConfiguration.Builder. legend(Consumer<LegendOptions.Builder> legend)The legend display setup of the visual.default FilledMapConfiguration.BuilderFilledMapConfiguration.Builder. legend(Consumer<LegendOptions.Builder> legend)The legend display setup of the visual.default GeospatialLayerMapConfiguration.BuilderGeospatialLayerMapConfiguration.Builder. legend(Consumer<LegendOptions.Builder> legend)Sets the value of the Legend property for this object.default GeospatialMapConfiguration.BuilderGeospatialMapConfiguration.Builder. legend(Consumer<LegendOptions.Builder> legend)The legend display setup of the visual.default HeatMapConfiguration.BuilderHeatMapConfiguration.Builder. legend(Consumer<LegendOptions.Builder> legend)The legend display setup of the visual.default LineChartConfiguration.BuilderLineChartConfiguration.Builder. legend(Consumer<LegendOptions.Builder> legend)The legend configuration of a line chart.default PieChartConfiguration.BuilderPieChartConfiguration.Builder. legend(Consumer<LegendOptions.Builder> legend)The legend display setup of the visual.default RadarChartConfiguration.BuilderRadarChartConfiguration.Builder. legend(Consumer<LegendOptions.Builder> legend)The legend display setup of the visual.default ScatterPlotConfiguration.BuilderScatterPlotConfiguration.Builder. legend(Consumer<LegendOptions.Builder> legend)The legend display setup of the visual.default TreeMapConfiguration.BuilderTreeMapConfiguration.Builder. legend(Consumer<LegendOptions.Builder> legend)The legend display setup of the visual.default WaterfallChartConfiguration.BuilderWaterfallChartConfiguration.Builder. legend(Consumer<LegendOptions.Builder> legend)The legend configuration of a waterfall visual.
-