public static interface TableVisual.Builder extends SdkPojo, CopyableBuilder<TableVisual.Builder,TableVisual>
| Modifier and Type | Method and Description |
|---|---|
TableVisual.Builder |
actions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
TableVisual.Builder |
actions(Consumer<VisualCustomAction.Builder>... actions)
The list of custom actions that are configured for a visual.
|
TableVisual.Builder |
actions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
default TableVisual.Builder |
chartConfiguration(Consumer<TableConfiguration.Builder> chartConfiguration)
The configuration settings of the visual.
|
TableVisual.Builder |
chartConfiguration(TableConfiguration chartConfiguration)
The configuration settings of the visual.
|
default TableVisual.Builder |
conditionalFormatting(Consumer<TableConditionalFormatting.Builder> conditionalFormatting)
The conditional formatting for a
PivotTableVisual. |
TableVisual.Builder |
conditionalFormatting(TableConditionalFormatting conditionalFormatting)
The conditional formatting for a
PivotTableVisual. |
default TableVisual.Builder |
subtitle(Consumer<VisualSubtitleLabelOptions.Builder> subtitle)
The subtitle that is displayed on the visual.
|
TableVisual.Builder |
subtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
default TableVisual.Builder |
title(Consumer<VisualTitleLabelOptions.Builder> title)
The title that is displayed on the visual.
|
TableVisual.Builder |
title(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
TableVisual.Builder |
visualId(String visualId)
The unique identifier of a visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableVisual.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..TableVisual.Builder title(VisualTitleLabelOptions title)
The title that is displayed on the visual.
title - The title that is displayed on the visual.default TableVisual.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)TableVisual.Builder subtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
subtitle - The subtitle that is displayed on the visual.default TableVisual.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)TableVisual.Builder chartConfiguration(TableConfiguration chartConfiguration)
The configuration settings of the visual.
chartConfiguration - The configuration settings of the visual.default TableVisual.Builder chartConfiguration(Consumer<TableConfiguration.Builder> chartConfiguration)
The configuration settings of the visual.
This is a convenience method that creates an instance of theTableConfiguration.Builder avoiding the
need to create one manually via TableConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to chartConfiguration(TableConfiguration).
chartConfiguration - a consumer that will call methods on TableConfiguration.BuilderchartConfiguration(TableConfiguration)TableVisual.Builder conditionalFormatting(TableConditionalFormatting conditionalFormatting)
The conditional formatting for a PivotTableVisual.
conditionalFormatting - The conditional formatting for a PivotTableVisual.default TableVisual.Builder conditionalFormatting(Consumer<TableConditionalFormatting.Builder> conditionalFormatting)
The conditional formatting for a PivotTableVisual.
TableConditionalFormatting.Builder
avoiding the need to create one manually via TableConditionalFormatting.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to conditionalFormatting(TableConditionalFormatting).
conditionalFormatting - a consumer that will call methods on TableConditionalFormatting.BuilderconditionalFormatting(TableConditionalFormatting)TableVisual.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.TableVisual.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.TableVisual.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.