static InsightConfiguration.Builder |
InsightConfiguration.builder() |
|
InsightConfiguration.Builder |
InsightConfiguration.Builder.computations(Collection<Computation> computations) |
The computations configurations of the insight visual
|
InsightConfiguration.Builder |
InsightConfiguration.Builder.computations(Consumer<Computation.Builder>... computations) |
The computations configurations of the insight visual
|
InsightConfiguration.Builder |
InsightConfiguration.Builder.computations(Computation... computations) |
The computations configurations of the insight visual
|
default InsightConfiguration.Builder |
InsightConfiguration.Builder.customNarrative(Consumer<CustomNarrativeOptions.Builder> customNarrative) |
The custom narrative of the insight visual.
|
InsightConfiguration.Builder |
InsightConfiguration.Builder.customNarrative(CustomNarrativeOptions customNarrative) |
The custom narrative of the insight visual.
|
default InsightConfiguration.Builder |
InsightConfiguration.Builder.interactions(Consumer<VisualInteractionOptions.Builder> interactions) |
The general visual interactions setup for a visual.
|
InsightConfiguration.Builder |
InsightConfiguration.Builder.interactions(VisualInteractionOptions interactions) |
The general visual interactions setup for a visual.
|
InsightConfiguration.Builder |
InsightConfiguration.toBuilder() |
|