| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static FontSize.Builder |
FontSize.builder() |
FontSize.Builder |
FontSize.Builder.relative(RelativeFontSize relative)
The lexical name for the text size, proportional to its surrounding context.
|
FontSize.Builder |
FontSize.Builder.relative(String relative)
The lexical name for the text size, proportional to its surrounding context.
|
FontSize.Builder |
FontSize.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FontSize.Builder> |
FontSize.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FontConfiguration.Builder |
FontConfiguration.Builder.fontSize(Consumer<FontSize.Builder> fontSize)
The option that determines the text display size.
|
Copyright © 2023. All rights reserved.