Interface DashboardVisualId.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DashboardVisualId.Builder,DashboardVisualId>
,SdkBuilder<DashboardVisualId.Builder,DashboardVisualId>
,SdkPojo
- Enclosing class:
- DashboardVisualId
public static interface DashboardVisualId.Builder extends SdkPojo, CopyableBuilder<DashboardVisualId.Builder,DashboardVisualId>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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
-
dashboardId
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 theIDs for developers
section of theEmbed visual
pane of the visual's on-visual menu of the Amazon QuickSight console. You can also get theDashboardId
with aListDashboards
API operation.- Parameters:
dashboardId
- The ID of the dashboard that has the visual that you want to embed. TheDashboardId
can be found in theIDs for developers
section of theEmbed visual
pane of the visual's on-visual menu of the Amazon QuickSight console. You can also get theDashboardId
with aListDashboards
API operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sheetId
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 theIDs for developers
section of theEmbed visual
pane of the visual's on-visual menu of the Amazon QuickSight console.- Parameters:
sheetId
- The ID of the sheet that the has visual that you want to embed. TheSheetId
can be found in theIDs for developers
section of theEmbed visual
pane of the visual's on-visual menu of the Amazon QuickSight console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualId
DashboardVisualId.Builder visualId(String visualId)
The ID of the visual that you want to embed. The
VisualID
can be found in theIDs for developers
section of theEmbed visual
pane of the visual's on-visual menu of the Amazon QuickSight console.- Parameters:
visualId
- The ID of the visual that you want to embed. TheVisualID
can be found in theIDs for developers
section of theEmbed visual
pane of the visual's on-visual menu of the Amazon QuickSight console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-