Uses of Interface
software.amazon.awssdk.services.quicksight.model.DashboardVisualId.Builder
-
Packages that use DashboardVisualId.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DashboardVisualId.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DashboardVisualId.Builder Modifier and Type Method Description static DashboardVisualId.BuilderDashboardVisualId. builder()DashboardVisualId.BuilderDashboardVisualId.Builder. dashboardId(String dashboardId)The ID of the dashboard that has the visual that you want to embed.DashboardVisualId.BuilderDashboardVisualId.Builder. sheetId(String sheetId)The ID of the sheet that the has visual that you want to embed.DashboardVisualId.BuilderDashboardVisualId. toBuilder()DashboardVisualId.BuilderDashboardVisualId.Builder. visualId(String visualId)The ID of the visual that you want to embed.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DashboardVisualId.Builder Modifier and Type Method Description static Class<? extends DashboardVisualId.Builder>DashboardVisualId. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DashboardVisualId.Builder Modifier and Type Method Description default AnonymousUserDashboardVisualEmbeddingConfiguration.BuilderAnonymousUserDashboardVisualEmbeddingConfiguration.Builder. initialDashboardVisualId(Consumer<DashboardVisualId.Builder> initialDashboardVisualId)The visual ID for the visual that you want the user to see.default RegisteredUserDashboardVisualEmbeddingConfiguration.BuilderRegisteredUserDashboardVisualEmbeddingConfiguration.Builder. initialDashboardVisualId(Consumer<DashboardVisualId.Builder> initialDashboardVisualId)The visual ID for the visual that you want the user to embed.
-