#[non_exhaustive]pub struct DashboardVisualIdBuilder { /* private fields */ }Expand description
A builder for DashboardVisualId.
Implementations§
source§impl DashboardVisualIdBuilder
impl DashboardVisualIdBuilder
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.
Trait Implementations§
source§impl Clone for DashboardVisualIdBuilder
impl Clone for DashboardVisualIdBuilder
source§fn clone(&self) -> DashboardVisualIdBuilder
fn clone(&self) -> DashboardVisualIdBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DashboardVisualIdBuilder
impl Debug for DashboardVisualIdBuilder
source§impl Default for DashboardVisualIdBuilder
impl Default for DashboardVisualIdBuilder
source§fn default() -> DashboardVisualIdBuilder
fn default() -> DashboardVisualIdBuilder
source§impl PartialEq<DashboardVisualIdBuilder> for DashboardVisualIdBuilder
impl PartialEq<DashboardVisualIdBuilder> for DashboardVisualIdBuilder
source§fn eq(&self, other: &DashboardVisualIdBuilder) -> bool
fn eq(&self, other: &DashboardVisualIdBuilder) -> bool
self and other values to be equal, and is used
by ==.