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