Struct aws_sdk_quicksight::operation::create_theme_alias::builders::CreateThemeAliasInputBuilder
source · #[non_exhaustive]pub struct CreateThemeAliasInputBuilder { /* private fields */ }Expand description
A builder for CreateThemeAliasInput.
Implementations§
source§impl CreateThemeAliasInputBuilder
impl CreateThemeAliasInputBuilder
sourcepub fn aws_account_id(self, input: impl Into<String>) -> Self
pub fn aws_account_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account that contains the theme for the new theme alias.
sourcepub fn set_aws_account_id(self, input: Option<String>) -> Self
pub fn set_aws_account_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account that contains the theme for the new theme alias.
sourcepub fn set_theme_id(self, input: Option<String>) -> Self
pub fn set_theme_id(self, input: Option<String>) -> Self
An ID for the theme alias.
sourcepub fn alias_name(self, input: impl Into<String>) -> Self
pub fn alias_name(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_alias_name(self, input: Option<String>) -> Self
pub fn set_alias_name(self, input: Option<String>) -> Self
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.
sourcepub fn theme_version_number(self, input: i64) -> Self
pub fn theme_version_number(self, input: i64) -> Self
The version number of the theme.
sourcepub fn set_theme_version_number(self, input: Option<i64>) -> Self
pub fn set_theme_version_number(self, input: Option<i64>) -> Self
The version number of the theme.
sourcepub fn build(self) -> Result<CreateThemeAliasInput, BuildError>
pub fn build(self) -> Result<CreateThemeAliasInput, BuildError>
Consumes the builder and constructs a CreateThemeAliasInput.
Trait Implementations§
source§impl Clone for CreateThemeAliasInputBuilder
impl Clone for CreateThemeAliasInputBuilder
source§fn clone(&self) -> CreateThemeAliasInputBuilder
fn clone(&self) -> CreateThemeAliasInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CreateThemeAliasInputBuilder
impl Debug for CreateThemeAliasInputBuilder
source§impl Default for CreateThemeAliasInputBuilder
impl Default for CreateThemeAliasInputBuilder
source§fn default() -> CreateThemeAliasInputBuilder
fn default() -> CreateThemeAliasInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateThemeAliasInputBuilder> for CreateThemeAliasInputBuilder
impl PartialEq<CreateThemeAliasInputBuilder> for CreateThemeAliasInputBuilder
source§fn eq(&self, other: &CreateThemeAliasInputBuilder) -> bool
fn eq(&self, other: &CreateThemeAliasInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateThemeAliasInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateThemeAliasInputBuilder
impl Send for CreateThemeAliasInputBuilder
impl Sync for CreateThemeAliasInputBuilder
impl Unpin for CreateThemeAliasInputBuilder
impl UnwindSafe for CreateThemeAliasInputBuilder
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
Mutably borrows from an owned value. Read more