public static interface RegisteredUserDashboardEmbeddingConfiguration.Builder extends SdkPojo, CopyableBuilder<RegisteredUserDashboardEmbeddingConfiguration.Builder,RegisteredUserDashboardEmbeddingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
RegisteredUserDashboardEmbeddingConfiguration.Builder |
initialDashboardId(String initialDashboardId)
The dashboard ID for the dashboard that you want the user to see first.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisteredUserDashboardEmbeddingConfiguration.Builder initialDashboardId(String initialDashboardId)
The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has permissions to view it.
If the user does not have permission to view this dashboard, they see a permissions error message.
initialDashboardId - The dashboard ID for the dashboard that you want the user to see first. This ID is included in the
output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user
has permissions to view it.
If the user does not have permission to view this dashboard, they see a permissions error message.
Copyright © 2022. All rights reserved.