| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
InsightVisual.Builder |
InsightVisual.Builder.actions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
InsightVisual.Builder |
InsightVisual.Builder.actions(Consumer<VisualCustomAction.Builder>... actions)
The list of custom actions that are configured for a visual.
|
InsightVisual.Builder |
InsightVisual.Builder.actions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
static InsightVisual.Builder |
InsightVisual.builder() |
InsightVisual.Builder |
InsightVisual.Builder.dataSetIdentifier(String dataSetIdentifier)
The dataset that is used in the insight visual.
|
default InsightVisual.Builder |
InsightVisual.Builder.insightConfiguration(Consumer<InsightConfiguration.Builder> insightConfiguration)
The configuration of an insight visual.
|
InsightVisual.Builder |
InsightVisual.Builder.insightConfiguration(InsightConfiguration insightConfiguration)
The configuration of an insight visual.
|
default InsightVisual.Builder |
InsightVisual.Builder.subtitle(Consumer<VisualSubtitleLabelOptions.Builder> subtitle)
The subtitle that is displayed on the visual.
|
InsightVisual.Builder |
InsightVisual.Builder.subtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
default InsightVisual.Builder |
InsightVisual.Builder.title(Consumer<VisualTitleLabelOptions.Builder> title)
The title that is displayed on the visual.
|
InsightVisual.Builder |
InsightVisual.Builder.title(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
InsightVisual.Builder |
InsightVisual.toBuilder() |
InsightVisual.Builder |
InsightVisual.Builder.visualId(String visualId)
The unique identifier of a visual.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InsightVisual.Builder> |
InsightVisual.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Visual.Builder |
Visual.Builder.insightVisual(Consumer<InsightVisual.Builder> insightVisual)
An insight visual.
|
Copyright © 2023. All rights reserved.