public static interface EmptyVisual.Builder extends SdkPojo, CopyableBuilder<EmptyVisual.Builder,EmptyVisual>
| Modifier and Type | Method and Description |
|---|---|
EmptyVisual.Builder |
actions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
EmptyVisual.Builder |
actions(Consumer<VisualCustomAction.Builder>... actions)
The list of custom actions that are configured for a visual.
|
EmptyVisual.Builder |
actions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
EmptyVisual.Builder |
dataSetIdentifier(String dataSetIdentifier)
The data set that is used in the empty visual.
|
EmptyVisual.Builder |
visualId(String visualId)
The unique identifier of a visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEmptyVisual.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.EmptyVisual.Builder dataSetIdentifier(String dataSetIdentifier)
The data set that is used in the empty visual. Every visual requires a dataset to render.
dataSetIdentifier - The data set that is used in the empty visual. Every visual requires a dataset to render.EmptyVisual.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.EmptyVisual.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.EmptyVisual.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.