| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static PanelTitleOptions.Builder |
PanelTitleOptions.builder() |
default PanelTitleOptions.Builder |
PanelTitleOptions.Builder.fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
Sets the value of the FontConfiguration property for this object.
|
PanelTitleOptions.Builder |
PanelTitleOptions.Builder.fontConfiguration(FontConfiguration fontConfiguration)
Sets the value of the FontConfiguration property for this object.
|
PanelTitleOptions.Builder |
PanelTitleOptions.Builder.horizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)
Sets the horizontal text alignment of the title within each panel.
|
PanelTitleOptions.Builder |
PanelTitleOptions.Builder.horizontalTextAlignment(String horizontalTextAlignment)
Sets the horizontal text alignment of the title within each panel.
|
PanelTitleOptions.Builder |
PanelTitleOptions.toBuilder() |
PanelTitleOptions.Builder |
PanelTitleOptions.Builder.visibility(String visibility)
Determines whether or not panel titles are displayed.
|
PanelTitleOptions.Builder |
PanelTitleOptions.Builder.visibility(Visibility visibility)
Determines whether or not panel titles are displayed.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PanelTitleOptions.Builder> |
PanelTitleOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PanelConfiguration.Builder |
PanelConfiguration.Builder.title(Consumer<PanelTitleOptions.Builder> title)
Configures the title display within each small multiples panel.
|
Copyright © 2023. All rights reserved.