Uses of Interface
software.amazon.awssdk.services.quicksight.model.FontConfiguration.Builder
-
Packages that use FontConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FontConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return FontConfiguration.Builder Modifier and Type Method Description static FontConfiguration.BuilderFontConfiguration. builder()FontConfiguration.BuilderFontConfiguration.Builder. fontColor(String fontColor)Determines the color of the text.FontConfiguration.BuilderFontConfiguration.Builder. fontDecoration(String fontDecoration)Determines the appearance of decorative lines on the text.FontConfiguration.BuilderFontConfiguration.Builder. fontDecoration(FontDecoration fontDecoration)Determines the appearance of decorative lines on the text.default FontConfiguration.BuilderFontConfiguration.Builder. fontSize(Consumer<FontSize.Builder> fontSize)The option that determines the text display size.FontConfiguration.BuilderFontConfiguration.Builder. fontSize(FontSize fontSize)The option that determines the text display size.FontConfiguration.BuilderFontConfiguration.Builder. fontStyle(String fontStyle)Determines the text display face that is inherited by the given font family.FontConfiguration.BuilderFontConfiguration.Builder. fontStyle(FontStyle fontStyle)Determines the text display face that is inherited by the given font family.default FontConfiguration.BuilderFontConfiguration.Builder. fontWeight(Consumer<FontWeight.Builder> fontWeight)The option that determines the text display weight, or boldness.FontConfiguration.BuilderFontConfiguration.Builder. fontWeight(FontWeight fontWeight)The option that determines the text display weight, or boldness.FontConfiguration.BuilderFontConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type FontConfiguration.Builder Modifier and Type Method Description static Class<? extends FontConfiguration.Builder>FontConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type FontConfiguration.Builder Modifier and Type Method Description default AxisLabelOptions.BuilderAxisLabelOptions.Builder. fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)The font configuration of the axis label.default LabelOptions.BuilderLabelOptions.Builder. fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)The font configuration of the label.default PanelTitleOptions.BuilderPanelTitleOptions.Builder. fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)Sets the value of the FontConfiguration property for this object.default ReferenceLineLabelConfiguration.BuilderReferenceLineLabelConfiguration.Builder. fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)The font configuration of the label in a reference line.default TableCellStyle.BuilderTableCellStyle.Builder. fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)The font configuration of the table cells.default TableFieldCustomTextContent.BuilderTableFieldCustomTextContent.Builder. fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)The font configuration of the custom text content for the table URL link content.default DataLabelOptions.BuilderDataLabelOptions.Builder. labelFontConfiguration(Consumer<FontConfiguration.Builder> labelFontConfiguration)Determines the font configuration of the data labels.default FunnelChartDataLabelOptions.BuilderFunnelChartDataLabelOptions.Builder. labelFontConfiguration(Consumer<FontConfiguration.Builder> labelFontConfiguration)The font configuration for the data labels.default GaugeChartOptions.BuilderGaugeChartOptions.Builder. primaryValueFontConfiguration(Consumer<FontConfiguration.Builder> primaryValueFontConfiguration)The options that determine the primary value font configuration.default KPIOptions.BuilderKPIOptions.Builder. primaryValueFontConfiguration(Consumer<FontConfiguration.Builder> primaryValueFontConfiguration)The options that determine the primary value font configuration.default KPIOptions.BuilderKPIOptions.Builder. secondaryValueFontConfiguration(Consumer<FontConfiguration.Builder> secondaryValueFontConfiguration)The options that determine the secondary value font configuration.
-