public static interface CustomContentVisual.Builder extends SdkPojo, CopyableBuilder<CustomContentVisual.Builder,CustomContentVisual>
| Modifier and Type | Method and Description |
|---|---|
CustomContentVisual.Builder |
actions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
CustomContentVisual.Builder |
actions(Consumer<VisualCustomAction.Builder>... actions)
The list of custom actions that are configured for a visual.
|
CustomContentVisual.Builder |
actions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
default CustomContentVisual.Builder |
chartConfiguration(Consumer<CustomContentConfiguration.Builder> chartConfiguration)
The configuration of a
CustomContentVisual. |
CustomContentVisual.Builder |
chartConfiguration(CustomContentConfiguration chartConfiguration)
The configuration of a
CustomContentVisual. |
CustomContentVisual.Builder |
dataSetIdentifier(String dataSetIdentifier)
The dataset that is used to create the custom content visual.
|
default CustomContentVisual.Builder |
subtitle(Consumer<VisualSubtitleLabelOptions.Builder> subtitle)
The subtitle that is displayed on the visual.
|
CustomContentVisual.Builder |
subtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
default CustomContentVisual.Builder |
title(Consumer<VisualTitleLabelOptions.Builder> title)
The title that is displayed on the visual.
|
CustomContentVisual.Builder |
title(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
CustomContentVisual.Builder |
visualId(String visualId)
The unique identifier of a visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomContentVisual.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.CustomContentVisual.Builder title(VisualTitleLabelOptions title)
The title that is displayed on the visual.
title - The title that is displayed on the visual.default CustomContentVisual.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)CustomContentVisual.Builder subtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
subtitle - The subtitle that is displayed on the visual.default CustomContentVisual.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)CustomContentVisual.Builder chartConfiguration(CustomContentConfiguration chartConfiguration)
The configuration of a CustomContentVisual.
chartConfiguration - The configuration of a CustomContentVisual.default CustomContentVisual.Builder chartConfiguration(Consumer<CustomContentConfiguration.Builder> chartConfiguration)
The configuration of a CustomContentVisual.
CustomContentConfiguration.Builder
avoiding the need to create one manually via CustomContentConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to chartConfiguration(CustomContentConfiguration).
chartConfiguration - a consumer that will call methods on CustomContentConfiguration.BuilderchartConfiguration(CustomContentConfiguration)CustomContentVisual.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.CustomContentVisual.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.CustomContentVisual.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) CustomContentVisual.Builder dataSetIdentifier(String dataSetIdentifier)
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
dataSetIdentifier - The dataset that is used to create the custom content visual. You can't create a visual without a
dataset.Copyright © 2023. All rights reserved.