| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
PanelConfiguration.Builder |
PanelConfiguration.Builder.backgroundColor(String backgroundColor)
Sets the background color for each panel.
|
PanelConfiguration.Builder |
PanelConfiguration.Builder.backgroundVisibility(String backgroundVisibility)
Determines whether or not a background for each small multiples panel is rendered.
|
PanelConfiguration.Builder |
PanelConfiguration.Builder.backgroundVisibility(Visibility backgroundVisibility)
Determines whether or not a background for each small multiples panel is rendered.
|
PanelConfiguration.Builder |
PanelConfiguration.Builder.borderColor(String borderColor)
Sets the line color of panel borders.
|
PanelConfiguration.Builder |
PanelConfiguration.Builder.borderStyle(PanelBorderStyle borderStyle)
Sets the line style of panel borders.
|
PanelConfiguration.Builder |
PanelConfiguration.Builder.borderStyle(String borderStyle)
Sets the line style of panel borders.
|
PanelConfiguration.Builder |
PanelConfiguration.Builder.borderThickness(String borderThickness)
Sets the line thickness of panel borders.
|
PanelConfiguration.Builder |
PanelConfiguration.Builder.borderVisibility(String borderVisibility)
Determines whether or not each panel displays a border.
|
PanelConfiguration.Builder |
PanelConfiguration.Builder.borderVisibility(Visibility borderVisibility)
Determines whether or not each panel displays a border.
|
static PanelConfiguration.Builder |
PanelConfiguration.builder() |
PanelConfiguration.Builder |
PanelConfiguration.Builder.gutterSpacing(String gutterSpacing)
Sets the total amount of negative space to display between sibling panels.
|
PanelConfiguration.Builder |
PanelConfiguration.Builder.gutterVisibility(String gutterVisibility)
Determines whether or not negative space between sibling panels is rendered.
|
PanelConfiguration.Builder |
PanelConfiguration.Builder.gutterVisibility(Visibility gutterVisibility)
Determines whether or not negative space between sibling panels is rendered.
|
default PanelConfiguration.Builder |
PanelConfiguration.Builder.title(Consumer<PanelTitleOptions.Builder> title)
Configures the title display within each small multiples panel.
|
PanelConfiguration.Builder |
PanelConfiguration.Builder.title(PanelTitleOptions title)
Configures the title display within each small multiples panel.
|
PanelConfiguration.Builder |
PanelConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PanelConfiguration.Builder> |
PanelConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SmallMultiplesOptions.Builder |
SmallMultiplesOptions.Builder.panelConfiguration(Consumer<PanelConfiguration.Builder> panelConfiguration)
Configures the display options for each small multiples panel.
|
Copyright © 2023. All rights reserved.