pub struct Builder { /* private fields */ }Expand description
A builder for AnonymousUserDashboardEmbeddingConfiguration.
Implementations§
source§impl Builder
impl Builder
sourcepub fn initial_dashboard_id(self, input: impl Into<String>) -> Self
pub fn initial_dashboard_id(self, input: impl Into<String>) -> Self
The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard.
The Amazon Resource Name (ARN) of this dashboard must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.
sourcepub fn set_initial_dashboard_id(self, input: Option<String>) -> Self
pub fn set_initial_dashboard_id(self, input: Option<String>) -> Self
The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard.
The Amazon Resource Name (ARN) of this dashboard must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.
sourcepub fn build(self) -> AnonymousUserDashboardEmbeddingConfiguration
pub fn build(self) -> AnonymousUserDashboardEmbeddingConfiguration
Consumes the builder and constructs a AnonymousUserDashboardEmbeddingConfiguration.