Struct aws_sdk_quicksight::input::create_theme_alias_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateThemeAliasInput
Implementations
The ID of the Amazon Web Services account that contains the theme for the new theme alias.
The ID of the Amazon Web Services account that contains the theme for the new theme alias.
An ID for the theme alias.
The name that you want to give to the theme alias that you are creating. The
alias name can't begin with a $. Alias names that start with $
are reserved by Amazon QuickSight.
The name that you want to give to the theme alias that you are creating. The
alias name can't begin with a $. Alias names that start with $
are reserved by Amazon QuickSight.
The version number of the theme.
The version number of the theme.
Consumes the builder and constructs a CreateThemeAliasInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more