public static interface AnonymousUserDashboardEmbeddingConfiguration.Builder extends SdkPojo, CopyableBuilder<AnonymousUserDashboardEmbeddingConfiguration.Builder,AnonymousUserDashboardEmbeddingConfiguration>
Modifier and Type | Method and Description |
---|---|
AnonymousUserDashboardEmbeddingConfiguration.Builder |
initialDashboardId(String initialDashboardId)
The dashboard ID for the dashboard that you want the user to see first.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AnonymousUserDashboardEmbeddingConfiguration.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.
The Amazon Resource Name (ARN) of this dashboard must be included in the AuthorizedResourceArns
parameter. Otherwise, the request will fail with InvalidParameterValueException
.
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.
The Amazon Resource Name (ARN) of this dashboard must be included in the
AuthorizedResourceArns
parameter. Otherwise, the request will fail with
InvalidParameterValueException
.
Copyright © 2022. All rights reserved.