Uses of Interface
software.amazon.awssdk.services.quicksight.model.FontWeight.Builder
-
Packages that use FontWeight.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FontWeight.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return FontWeight.Builder Modifier and Type Method Description static FontWeight.BuilderFontWeight. builder()FontWeight.BuilderFontWeight.Builder. name(String name)The lexical name for the level of boldness of the text display.FontWeight.BuilderFontWeight.Builder. name(FontWeightName name)The lexical name for the level of boldness of the text display.FontWeight.BuilderFontWeight. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type FontWeight.Builder Modifier and Type Method Description static Class<? extends FontWeight.Builder>FontWeight. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type FontWeight.Builder Modifier and Type Method Description default FontConfiguration.BuilderFontConfiguration.Builder. fontWeight(Consumer<FontWeight.Builder> fontWeight)The option that determines the text display weight, or boldness.
-