Interface AnonymousUserDashboardEmbeddingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnonymousUserDashboardEmbeddingConfiguration.Builder,AnonymousUserDashboardEmbeddingConfiguration>,SdkBuilder<AnonymousUserDashboardEmbeddingConfiguration.Builder,AnonymousUserDashboardEmbeddingConfiguration>,SdkPojo
- Enclosing class:
- AnonymousUserDashboardEmbeddingConfiguration
public static interface AnonymousUserDashboardEmbeddingConfiguration.Builder extends SdkPojo, CopyableBuilder<AnonymousUserDashboardEmbeddingConfiguration.Builder,AnonymousUserDashboardEmbeddingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnonymousUserDashboardEmbeddingConfiguration.BuilderinitialDashboardId(String initialDashboardId)The dashboard ID for the dashboard that you want the user to see first.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
initialDashboardId
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
AuthorizedResourceArnsparameter. Otherwise, the request will fail withInvalidParameterValueException.- Parameters:
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
AuthorizedResourceArnsparameter. Otherwise, the request will fail withInvalidParameterValueException.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-