Struct aws_sdk_quicksight::types::builders::AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
source · #[non_exhaustive]pub struct AnonymousUserDashboardVisualEmbeddingConfigurationBuilder { /* private fields */ }Expand description
A builder for AnonymousUserDashboardVisualEmbeddingConfiguration.
Implementations§
source§impl AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
impl AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
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 get_initial_dashboard_visual_id(&self) -> &Option<DashboardVisualId>
pub fn get_initial_dashboard_visual_id(&self) -> &Option<DashboardVisualId>
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.
Trait Implementations§
source§impl Clone for AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
impl Clone for AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
source§fn clone(&self) -> AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
fn clone(&self) -> AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
impl Default for AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
source§fn default() -> AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
fn default() -> AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
source§impl PartialEq for AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
impl PartialEq for AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
source§fn eq(
&self,
other: &AnonymousUserDashboardVisualEmbeddingConfigurationBuilder,
) -> bool
fn eq( &self, other: &AnonymousUserDashboardVisualEmbeddingConfigurationBuilder, ) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
Auto Trait Implementations§
impl Freeze for AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
impl RefUnwindSafe for AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
impl Send for AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
impl Sync for AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
impl Unpin for AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
impl UnwindSafe for AnonymousUserDashboardVisualEmbeddingConfigurationBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more