Struct aws_sdk_quicksight::operation::delete_account_customization::builders::DeleteAccountCustomizationInputBuilder
source · #[non_exhaustive]pub struct DeleteAccountCustomizationInputBuilder { /* private fields */ }Expand description
A builder for DeleteAccountCustomizationInput.
Implementations§
source§impl DeleteAccountCustomizationInputBuilder
impl DeleteAccountCustomizationInputBuilder
sourcepub fn aws_account_id(self, input: impl Into<String>) -> Self
pub fn aws_account_id(self, input: impl Into<String>) -> Self
The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region.
sourcepub fn set_aws_account_id(self, input: Option<String>) -> Self
pub fn set_aws_account_id(self, input: Option<String>) -> Self
The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region.
sourcepub fn namespace(self, input: impl Into<String>) -> Self
pub fn namespace(self, input: impl Into<String>) -> Self
The Amazon QuickSight namespace that you're deleting the customizations from.
sourcepub fn set_namespace(self, input: Option<String>) -> Self
pub fn set_namespace(self, input: Option<String>) -> Self
The Amazon QuickSight namespace that you're deleting the customizations from.
sourcepub fn build(self) -> Result<DeleteAccountCustomizationInput, BuildError>
pub fn build(self) -> Result<DeleteAccountCustomizationInput, BuildError>
Consumes the builder and constructs a DeleteAccountCustomizationInput.
Trait Implementations§
source§impl Clone for DeleteAccountCustomizationInputBuilder
impl Clone for DeleteAccountCustomizationInputBuilder
source§fn clone(&self) -> DeleteAccountCustomizationInputBuilder
fn clone(&self) -> DeleteAccountCustomizationInputBuilder
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 Default for DeleteAccountCustomizationInputBuilder
impl Default for DeleteAccountCustomizationInputBuilder
source§fn default() -> DeleteAccountCustomizationInputBuilder
fn default() -> DeleteAccountCustomizationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteAccountCustomizationInputBuilder> for DeleteAccountCustomizationInputBuilder
impl PartialEq<DeleteAccountCustomizationInputBuilder> for DeleteAccountCustomizationInputBuilder
source§fn eq(&self, other: &DeleteAccountCustomizationInputBuilder) -> bool
fn eq(&self, other: &DeleteAccountCustomizationInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteAccountCustomizationInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteAccountCustomizationInputBuilder
impl Send for DeleteAccountCustomizationInputBuilder
impl Sync for DeleteAccountCustomizationInputBuilder
impl Unpin for DeleteAccountCustomizationInputBuilder
impl UnwindSafe for DeleteAccountCustomizationInputBuilder
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