Struct aws_sdk_quicksight::types::builders::NamespaceInfoV2Builder
source · #[non_exhaustive]pub struct NamespaceInfoV2Builder { /* private fields */ }
Expand description
A builder for NamespaceInfoV2
.
Implementations§
source§impl NamespaceInfoV2Builder
impl NamespaceInfoV2Builder
sourcepub fn capacity_region(self, input: impl Into<String>) -> Self
pub fn capacity_region(self, input: impl Into<String>) -> Self
The namespace Amazon Web Services Region.
sourcepub fn set_capacity_region(self, input: Option<String>) -> Self
pub fn set_capacity_region(self, input: Option<String>) -> Self
The namespace Amazon Web Services Region.
sourcepub fn get_capacity_region(&self) -> &Option<String>
pub fn get_capacity_region(&self) -> &Option<String>
The namespace Amazon Web Services Region.
sourcepub fn creation_status(self, input: NamespaceStatus) -> Self
pub fn creation_status(self, input: NamespaceStatus) -> Self
The creation status of a namespace that is not yet completely created.
sourcepub fn set_creation_status(self, input: Option<NamespaceStatus>) -> Self
pub fn set_creation_status(self, input: Option<NamespaceStatus>) -> Self
The creation status of a namespace that is not yet completely created.
sourcepub fn get_creation_status(&self) -> &Option<NamespaceStatus>
pub fn get_creation_status(&self) -> &Option<NamespaceStatus>
The creation status of a namespace that is not yet completely created.
sourcepub fn identity_store(self, input: IdentityStore) -> Self
pub fn identity_store(self, input: IdentityStore) -> Self
The identity store used for the namespace.
sourcepub fn set_identity_store(self, input: Option<IdentityStore>) -> Self
pub fn set_identity_store(self, input: Option<IdentityStore>) -> Self
The identity store used for the namespace.
sourcepub fn get_identity_store(&self) -> &Option<IdentityStore>
pub fn get_identity_store(&self) -> &Option<IdentityStore>
The identity store used for the namespace.
sourcepub fn namespace_error(self, input: NamespaceError) -> Self
pub fn namespace_error(self, input: NamespaceError) -> Self
An error that occurred when the namespace was created.
sourcepub fn set_namespace_error(self, input: Option<NamespaceError>) -> Self
pub fn set_namespace_error(self, input: Option<NamespaceError>) -> Self
An error that occurred when the namespace was created.
sourcepub fn get_namespace_error(&self) -> &Option<NamespaceError>
pub fn get_namespace_error(&self) -> &Option<NamespaceError>
An error that occurred when the namespace was created.
sourcepub fn build(self) -> NamespaceInfoV2
pub fn build(self) -> NamespaceInfoV2
Consumes the builder and constructs a NamespaceInfoV2
.
Trait Implementations§
source§impl Clone for NamespaceInfoV2Builder
impl Clone for NamespaceInfoV2Builder
source§fn clone(&self) -> NamespaceInfoV2Builder
fn clone(&self) -> NamespaceInfoV2Builder
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 NamespaceInfoV2Builder
impl Debug for NamespaceInfoV2Builder
source§impl Default for NamespaceInfoV2Builder
impl Default for NamespaceInfoV2Builder
source§fn default() -> NamespaceInfoV2Builder
fn default() -> NamespaceInfoV2Builder
Returns the “default value” for a type. Read more
source§impl PartialEq for NamespaceInfoV2Builder
impl PartialEq for NamespaceInfoV2Builder
source§fn eq(&self, other: &NamespaceInfoV2Builder) -> bool
fn eq(&self, other: &NamespaceInfoV2Builder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for NamespaceInfoV2Builder
Auto Trait Implementations§
impl RefUnwindSafe for NamespaceInfoV2Builder
impl Send for NamespaceInfoV2Builder
impl Sync for NamespaceInfoV2Builder
impl Unpin for NamespaceInfoV2Builder
impl UnwindSafe for NamespaceInfoV2Builder
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
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>
Creates a shared type from an unshared type.