public static interface InsightVisual.Builder extends SdkPojo, CopyableBuilder<InsightVisual.Builder,InsightVisual>
| Modifier and Type | Method and Description |
|---|---|
InsightVisual.Builder |
actions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
InsightVisual.Builder |
actions(Consumer<VisualCustomAction.Builder>... actions)
The list of custom actions that are configured for a visual.
|
InsightVisual.Builder |
actions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
InsightVisual.Builder |
dataSetIdentifier(String dataSetIdentifier)
The dataset that is used in the insight visual.
|
default InsightVisual.Builder |
insightConfiguration(Consumer<InsightConfiguration.Builder> insightConfiguration)
The configuration of an insight visual.
|
InsightVisual.Builder |
insightConfiguration(InsightConfiguration insightConfiguration)
The configuration of an insight visual.
|
default InsightVisual.Builder |
subtitle(Consumer<VisualSubtitleLabelOptions.Builder> subtitle)
The subtitle that is displayed on the visual.
|
InsightVisual.Builder |
subtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
default InsightVisual.Builder |
title(Consumer<VisualTitleLabelOptions.Builder> title)
The title that is displayed on the visual.
|
InsightVisual.Builder |
title(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
InsightVisual.Builder |
visualId(String visualId)
The unique identifier of a visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInsightVisual.Builder visualId(String visualId)
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard,
template, or analysis. Two dashboards, analyses, or templates can have visuals with the same
identifiers.InsightVisual.Builder title(VisualTitleLabelOptions title)
The title that is displayed on the visual.
title - The title that is displayed on the visual.default InsightVisual.Builder title(Consumer<VisualTitleLabelOptions.Builder> title)
The title that is displayed on the visual.
This is a convenience method that creates an instance of theVisualTitleLabelOptions.Builder avoiding
the need to create one manually via VisualTitleLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to title(VisualTitleLabelOptions).
title - a consumer that will call methods on VisualTitleLabelOptions.Buildertitle(VisualTitleLabelOptions)InsightVisual.Builder subtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
subtitle - The subtitle that is displayed on the visual.default InsightVisual.Builder subtitle(Consumer<VisualSubtitleLabelOptions.Builder> subtitle)
The subtitle that is displayed on the visual.
This is a convenience method that creates an instance of theVisualSubtitleLabelOptions.Builder
avoiding the need to create one manually via VisualSubtitleLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to subtitle(VisualSubtitleLabelOptions).
subtitle - a consumer that will call methods on VisualSubtitleLabelOptions.Buildersubtitle(VisualSubtitleLabelOptions)InsightVisual.Builder insightConfiguration(InsightConfiguration insightConfiguration)
The configuration of an insight visual.
insightConfiguration - The configuration of an insight visual.default InsightVisual.Builder insightConfiguration(Consumer<InsightConfiguration.Builder> insightConfiguration)
The configuration of an insight visual.
This is a convenience method that creates an instance of theInsightConfiguration.Builder avoiding
the need to create one manually via InsightConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to insightConfiguration(InsightConfiguration).
insightConfiguration - a consumer that will call methods on InsightConfiguration.BuilderinsightConfiguration(InsightConfiguration)InsightVisual.Builder actions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
actions - The list of custom actions that are configured for a visual.InsightVisual.Builder actions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
actions - The list of custom actions that are configured for a visual.InsightVisual.Builder actions(Consumer<VisualCustomAction.Builder>... actions)
The list of custom actions that are configured for a visual.
This is a convenience method that creates an instance of theVisualCustomAction.Builder avoiding the need to
create one manually via VisualCustomAction.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #actions(List.
actions - a consumer that will call methods on
VisualCustomAction.Builder#actions(java.util.Collection) InsightVisual.Builder dataSetIdentifier(String dataSetIdentifier)
The dataset that is used in the insight visual.
dataSetIdentifier - The dataset that is used in the insight visual.Copyright © 2023. All rights reserved.