Uses of Interface
software.amazon.awssdk.services.quicksight.model.InsightConfiguration.Builder
-
Packages that use InsightConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of InsightConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return InsightConfiguration.Builder Modifier and Type Method Description static InsightConfiguration.BuilderInsightConfiguration. builder()InsightConfiguration.BuilderInsightConfiguration.Builder. computations(Collection<Computation> computations)The computations configurations of the insight visualInsightConfiguration.BuilderInsightConfiguration.Builder. computations(Consumer<Computation.Builder>... computations)The computations configurations of the insight visualInsightConfiguration.BuilderInsightConfiguration.Builder. computations(Computation... computations)The computations configurations of the insight visualdefault InsightConfiguration.BuilderInsightConfiguration.Builder. customNarrative(Consumer<CustomNarrativeOptions.Builder> customNarrative)The custom narrative of the insight visual.InsightConfiguration.BuilderInsightConfiguration.Builder. customNarrative(CustomNarrativeOptions customNarrative)The custom narrative of the insight visual.InsightConfiguration.BuilderInsightConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type InsightConfiguration.Builder Modifier and Type Method Description static Class<? extends InsightConfiguration.Builder>InsightConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type InsightConfiguration.Builder Modifier and Type Method Description default InsightVisual.BuilderInsightVisual.Builder. insightConfiguration(Consumer<InsightConfiguration.Builder> insightConfiguration)The configuration of an insight visual.
-