Struct aws_sdk_quicksight::model::dashboard_visual_id::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DashboardVisualId
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn dashboard_id(self, input: impl Into<String>) -> Self
pub fn dashboard_id(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_dashboard_id(self, input: Option<String>) -> Self
pub fn set_dashboard_id(self, input: Option<String>) -> Self
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.
sourcepub fn sheet_id(self, input: impl Into<String>) -> Self
pub fn sheet_id(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_sheet_id(self, input: Option<String>) -> Self
pub fn set_sheet_id(self, input: Option<String>) -> Self
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.
sourcepub fn visual_id(self, input: impl Into<String>) -> Self
pub fn visual_id(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_visual_id(self, input: Option<String>) -> Self
pub fn set_visual_id(self, input: Option<String>) -> Self
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.
sourcepub fn build(self) -> DashboardVisualId
pub fn build(self) -> DashboardVisualId
Consumes the builder and constructs a DashboardVisualId
.