public static interface GaugeChartVisual.Builder extends SdkPojo, CopyableBuilder<GaugeChartVisual.Builder,GaugeChartVisual>
Modifier and Type | Method and Description |
---|---|
GaugeChartVisual.Builder |
actions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
GaugeChartVisual.Builder |
actions(Consumer<VisualCustomAction.Builder>... actions)
The list of custom actions that are configured for a visual.
|
GaugeChartVisual.Builder |
actions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
default GaugeChartVisual.Builder |
chartConfiguration(Consumer<GaugeChartConfiguration.Builder> chartConfiguration)
The configuration of a
GaugeChartVisual . |
GaugeChartVisual.Builder |
chartConfiguration(GaugeChartConfiguration chartConfiguration)
The configuration of a
GaugeChartVisual . |
default GaugeChartVisual.Builder |
conditionalFormatting(Consumer<GaugeChartConditionalFormatting.Builder> conditionalFormatting)
The conditional formatting of a
GaugeChartVisual . |
GaugeChartVisual.Builder |
conditionalFormatting(GaugeChartConditionalFormatting conditionalFormatting)
The conditional formatting of a
GaugeChartVisual . |
default GaugeChartVisual.Builder |
subtitle(Consumer<VisualSubtitleLabelOptions.Builder> subtitle)
The subtitle that is displayed on the visual.
|
GaugeChartVisual.Builder |
subtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
default GaugeChartVisual.Builder |
title(Consumer<VisualTitleLabelOptions.Builder> title)
The title that is displayed on the visual.
|
GaugeChartVisual.Builder |
title(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
GaugeChartVisual.Builder |
visualId(String visualId)
The unique identifier of a visual.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
GaugeChartVisual.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.GaugeChartVisual.Builder title(VisualTitleLabelOptions title)
The title that is displayed on the visual.
title
- The title that is displayed on the visual.default GaugeChartVisual.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.Builder
title(VisualTitleLabelOptions)
GaugeChartVisual.Builder subtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
subtitle
- The subtitle that is displayed on the visual.default GaugeChartVisual.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.Builder
subtitle(VisualSubtitleLabelOptions)
GaugeChartVisual.Builder chartConfiguration(GaugeChartConfiguration chartConfiguration)
The configuration of a GaugeChartVisual
.
chartConfiguration
- The configuration of a GaugeChartVisual
.default GaugeChartVisual.Builder chartConfiguration(Consumer<GaugeChartConfiguration.Builder> chartConfiguration)
The configuration of a GaugeChartVisual
.
GaugeChartConfiguration.Builder
avoiding
the need to create one manually via GaugeChartConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to chartConfiguration(GaugeChartConfiguration)
.
chartConfiguration
- a consumer that will call methods on GaugeChartConfiguration.Builder
chartConfiguration(GaugeChartConfiguration)
GaugeChartVisual.Builder conditionalFormatting(GaugeChartConditionalFormatting conditionalFormatting)
The conditional formatting of a GaugeChartVisual
.
conditionalFormatting
- The conditional formatting of a GaugeChartVisual
.default GaugeChartVisual.Builder conditionalFormatting(Consumer<GaugeChartConditionalFormatting.Builder> conditionalFormatting)
The conditional formatting of a GaugeChartVisual
.
GaugeChartConditionalFormatting.Builder
avoiding the need to create one manually via GaugeChartConditionalFormatting.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to conditionalFormatting(GaugeChartConditionalFormatting)
.
conditionalFormatting
- a consumer that will call methods on GaugeChartConditionalFormatting.Builder
conditionalFormatting(GaugeChartConditionalFormatting)
GaugeChartVisual.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.GaugeChartVisual.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.GaugeChartVisual.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.