public static interface RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder extends SdkPojo, CopyableBuilder<RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder,RegisteredUserQuickSightConsoleEmbeddingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
RegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder |
initialPath(String initialPath)
The initial URL path for the Amazon QuickSight console.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisteredUserQuickSightConsoleEmbeddingConfiguration.Builder initialPath(String initialPath)
The initial URL path for the Amazon QuickSight console. InitialPath is required.
The entry point URL is constrained to the following paths:
/start
/start/analyses
/start/dashboards
/start/favorites
/dashboards/DashboardId. DashboardId is the actual ID key from the Amazon QuickSight
console URL of the dashboard.
/analyses/AnalysisId. AnalysisId is the actual ID key from the Amazon QuickSight console
URL of the analysis.
initialPath - The initial URL path for the Amazon QuickSight console. InitialPath is required.
The entry point URL is constrained to the following paths:
/start
/start/analyses
/start/dashboards
/start/favorites
/dashboards/DashboardId. DashboardId is the actual ID key from the Amazon
QuickSight console URL of the dashboard.
/analyses/AnalysisId. AnalysisId is the actual ID key from the Amazon QuickSight
console URL of the analysis.
Copyright © 2022. All rights reserved.