public static interface InsightConfiguration.Builder extends SdkPojo, CopyableBuilder<InsightConfiguration.Builder,InsightConfiguration>
| Modifier and Type | Method and Description |
|---|---|
InsightConfiguration.Builder |
computations(Collection<Computation> computations)
The computations configurations of the insight visual
|
InsightConfiguration.Builder |
computations(Computation... computations)
The computations configurations of the insight visual
|
InsightConfiguration.Builder |
computations(Consumer<Computation.Builder>... computations)
The computations configurations of the insight visual
|
default InsightConfiguration.Builder |
customNarrative(Consumer<CustomNarrativeOptions.Builder> customNarrative)
The custom narrative of the insight visual.
|
InsightConfiguration.Builder |
customNarrative(CustomNarrativeOptions customNarrative)
The custom narrative of the insight visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInsightConfiguration.Builder computations(Collection<Computation> computations)
The computations configurations of the insight visual
computations - The computations configurations of the insight visualInsightConfiguration.Builder computations(Computation... computations)
The computations configurations of the insight visual
computations - The computations configurations of the insight visualInsightConfiguration.Builder computations(Consumer<Computation.Builder>... computations)
The computations configurations of the insight visual
This is a convenience method that creates an instance of theComputation.Builder avoiding the need to create one
manually via Computation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #computations(List.
computations - a consumer that will call methods on
Computation.Builder#computations(java.util.Collection) InsightConfiguration.Builder customNarrative(CustomNarrativeOptions customNarrative)
The custom narrative of the insight visual.
customNarrative - The custom narrative of the insight visual.default InsightConfiguration.Builder customNarrative(Consumer<CustomNarrativeOptions.Builder> customNarrative)
The custom narrative of the insight visual.
This is a convenience method that creates an instance of theCustomNarrativeOptions.Builder avoiding
the need to create one manually via CustomNarrativeOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to customNarrative(CustomNarrativeOptions).
customNarrative - a consumer that will call methods on CustomNarrativeOptions.BuildercustomNarrative(CustomNarrativeOptions)Copyright © 2023. All rights reserved.