Uses of Interface
software.amazon.awssdk.services.quicksight.model.FontSize.Builder
-
Packages that use FontSize.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FontSize.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return FontSize.Builder Modifier and Type Method Description FontSize.BuilderFontSize.Builder. absolute(String absolute)The font size that you want to use in px.static FontSize.BuilderFontSize. builder()FontSize.BuilderFontSize.Builder. relative(String relative)The lexical name for the text size, proportional to its surrounding context.FontSize.BuilderFontSize.Builder. relative(RelativeFontSize relative)The lexical name for the text size, proportional to its surrounding context.FontSize.BuilderFontSize. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type FontSize.Builder Modifier and Type Method Description static Class<? extends FontSize.Builder>FontSize. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type FontSize.Builder Modifier and Type Method Description default FontConfiguration.BuilderFontConfiguration.Builder. fontSize(Consumer<FontSize.Builder> fontSize)The option that determines the text display size.
-