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