public static interface RegisteredUserDashboardVisualEmbeddingConfiguration.Builder extends SdkPojo, CopyableBuilder<RegisteredUserDashboardVisualEmbeddingConfiguration.Builder,RegisteredUserDashboardVisualEmbeddingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default RegisteredUserDashboardVisualEmbeddingConfiguration.Builder |
initialDashboardVisualId(Consumer<DashboardVisualId.Builder> initialDashboardVisualId)
The visual ID for the visual that you want the user to embed.
|
RegisteredUserDashboardVisualEmbeddingConfiguration.Builder |
initialDashboardVisualId(DashboardVisualId initialDashboardVisualId)
The visual ID for the visual that you want the user to embed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisteredUserDashboardVisualEmbeddingConfiguration.Builder initialDashboardVisualId(DashboardVisualId initialDashboardVisualId)
The visual ID for the visual that you want the user to embed. 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 embed. 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 RegisteredUserDashboardVisualEmbeddingConfiguration.Builder initialDashboardVisualId(Consumer<DashboardVisualId.Builder> initialDashboardVisualId)
The visual ID for the visual that you want the user to embed. 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.