| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static FontWeight.Builder |
FontWeight.builder() |
FontWeight.Builder |
FontWeight.Builder.name(FontWeightName name)
The lexical name for the level of boldness of the text display.
|
FontWeight.Builder |
FontWeight.Builder.name(String name)
The lexical name for the level of boldness of the text display.
|
FontWeight.Builder |
FontWeight.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FontWeight.Builder> |
FontWeight.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FontConfiguration.Builder |
FontConfiguration.Builder.fontWeight(Consumer<FontWeight.Builder> fontWeight)
The option that determines the text display weight, or boldness.
|
Copyright © 2023. All rights reserved.