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.BuilderdashboardId(String dashboardId)The ID of the dashboard that has the visual that you want to embed.DashboardVisualId.BuildersheetId(String sheetId)The ID of the sheet that the has visual that you want to embed.DashboardVisualId.BuildervisualId(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
DashboardIdcan be found in theIDs for developerssection of theEmbed visualpane of the visual's on-visual menu of the Amazon QuickSight console. You can also get theDashboardIdwith aListDashboardsAPI operation.- Parameters:
dashboardId- The ID of the dashboard that has the visual that you want to embed. TheDashboardIdcan be found in theIDs for developerssection of theEmbed visualpane of the visual's on-visual menu of the Amazon QuickSight console. You can also get theDashboardIdwith aListDashboardsAPI 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
SheetIdcan be found in theIDs for developerssection of theEmbed visualpane 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. TheSheetIdcan be found in theIDs for developerssection of theEmbed visualpane 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
VisualIDcan be found in theIDs for developerssection of theEmbed visualpane of the visual's on-visual menu of the Amazon QuickSight console.- Parameters:
visualId- The ID of the visual that you want to embed. TheVisualIDcan be found in theIDs for developerssection of theEmbed visualpane 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.
-
-