Struct aws_sdk_quicksight::operation::update_theme_alias::builders::UpdateThemeAliasInputBuilder
source · #[non_exhaustive]pub struct UpdateThemeAliasInputBuilder { /* private fields */ }Expand description
A builder for UpdateThemeAliasInput.
Implementations§
source§impl UpdateThemeAliasInputBuilder
impl UpdateThemeAliasInputBuilder
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 alias that you're updating.
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 alias that you're updating.
sourcepub fn set_theme_id(self, input: Option<String>) -> Self
pub fn set_theme_id(self, input: Option<String>) -> Self
The ID for the theme.
sourcepub fn alias_name(self, input: impl Into<String>) -> Self
pub fn alias_name(self, input: impl Into<String>) -> Self
The name of the theme alias that you want to update.
sourcepub fn set_alias_name(self, input: Option<String>) -> Self
pub fn set_alias_name(self, input: Option<String>) -> Self
The name of the theme alias that you want to update.
sourcepub fn theme_version_number(self, input: i64) -> Self
pub fn theme_version_number(self, input: i64) -> Self
The version number of the theme that the alias should reference.
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 that the alias should reference.
sourcepub fn build(self) -> Result<UpdateThemeAliasInput, BuildError>
pub fn build(self) -> Result<UpdateThemeAliasInput, BuildError>
Consumes the builder and constructs a UpdateThemeAliasInput.
Trait Implementations§
source§impl Clone for UpdateThemeAliasInputBuilder
impl Clone for UpdateThemeAliasInputBuilder
source§fn clone(&self) -> UpdateThemeAliasInputBuilder
fn clone(&self) -> UpdateThemeAliasInputBuilder
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 UpdateThemeAliasInputBuilder
impl Debug for UpdateThemeAliasInputBuilder
source§impl Default for UpdateThemeAliasInputBuilder
impl Default for UpdateThemeAliasInputBuilder
source§fn default() -> UpdateThemeAliasInputBuilder
fn default() -> UpdateThemeAliasInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateThemeAliasInputBuilder> for UpdateThemeAliasInputBuilder
impl PartialEq<UpdateThemeAliasInputBuilder> for UpdateThemeAliasInputBuilder
source§fn eq(&self, other: &UpdateThemeAliasInputBuilder) -> bool
fn eq(&self, other: &UpdateThemeAliasInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateThemeAliasInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateThemeAliasInputBuilder
impl Send for UpdateThemeAliasInputBuilder
impl Sync for UpdateThemeAliasInputBuilder
impl Unpin for UpdateThemeAliasInputBuilder
impl UnwindSafe for UpdateThemeAliasInputBuilder
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