public static interface DashboardVisualId.Builder extends SdkPojo, CopyableBuilder<DashboardVisualId.Builder,DashboardVisualId>
Modifier and Type | Method and Description |
---|---|
DashboardVisualId.Builder |
dashboardId(String dashboardId)
The ID of the dashboard that has the visual that you want to embed.
|
DashboardVisualId.Builder |
sheetId(String sheetId)
The ID of the sheet that the has visual that you want to embed.
|
DashboardVisualId.Builder |
visualId(String visualId)
The ID of the visual that you want to embed.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DashboardVisualId.Builder dashboardId(String dashboardId)
The ID of the dashboard that has the visual that you want to embed. The DashboardId
can be found
in the IDs for developers
section of the Embed visual
pane of the visual's
on-visual menu of the Amazon QuickSight console. You can also get the DashboardId
with a
ListDashboards
API operation.
dashboardId
- The ID of the dashboard that has the visual that you want to embed. The DashboardId
can
be found in the IDs for developers
section of the Embed visual
pane of the
visual's on-visual menu of the Amazon QuickSight console. You can also get the
DashboardId
with a ListDashboards
API operation.DashboardVisualId.Builder sheetId(String sheetId)
The ID of the sheet that the has visual that you want to embed. The SheetId
can be found in the
IDs for developers
section of the Embed visual
pane of the visual's on-visual menu
of the Amazon QuickSight console.
sheetId
- The ID of the sheet that the has visual that you want to embed. The SheetId
can be found
in the IDs for developers
section of the Embed visual
pane of the visual's
on-visual menu of the Amazon QuickSight console.DashboardVisualId.Builder visualId(String visualId)
The ID of the visual that you want to embed. The VisualID
can be found in the
IDs for developers
section of the Embed visual
pane of the visual's on-visual menu
of the Amazon QuickSight console.
visualId
- The ID of the visual that you want to embed. The VisualID
can be found in the
IDs for developers
section of the Embed visual
pane of the visual's
on-visual menu of the Amazon QuickSight console.Copyright © 2023. All rights reserved.