public static interface AnonymousUserDashboardVisualEmbeddingConfiguration.Builder extends SdkPojo, CopyableBuilder<AnonymousUserDashboardVisualEmbeddingConfiguration.Builder,AnonymousUserDashboardVisualEmbeddingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default AnonymousUserDashboardVisualEmbeddingConfiguration.Builder |
initialDashboardVisualId(Consumer<DashboardVisualId.Builder> initialDashboardVisualId)
The visual ID for the visual that you want the user to see.
|
AnonymousUserDashboardVisualEmbeddingConfiguration.Builder |
initialDashboardVisualId(DashboardVisualId initialDashboardVisualId)
The visual ID for the visual that you want the user to see.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnonymousUserDashboardVisualEmbeddingConfiguration.Builder initialDashboardVisualId(DashboardVisualId initialDashboardVisualId)
The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.
The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the
AuthorizedResourceArns parameter. Otherwise, the request will fail with
InvalidParameterValueException.
initialDashboardVisualId - The visual ID for the visual that you want the user to see. This ID is included in the output URL.
When the URL in response is accessed, Amazon QuickSight renders this visual.
The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the
AuthorizedResourceArns parameter. Otherwise, the request will fail with
InvalidParameterValueException.
default AnonymousUserDashboardVisualEmbeddingConfiguration.Builder initialDashboardVisualId(Consumer<DashboardVisualId.Builder> initialDashboardVisualId)
The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.
The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the
AuthorizedResourceArns parameter. Otherwise, the request will fail with
InvalidParameterValueException.
DashboardVisualId.Builder avoiding the
need to create one manually via DashboardVisualId.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to initialDashboardVisualId(DashboardVisualId).
initialDashboardVisualId - a consumer that will call methods on DashboardVisualId.BuilderinitialDashboardVisualId(DashboardVisualId)Copyright © 2023. All rights reserved.