Struct aws_sdk_quicksight::operation::create_namespace::builders::CreateNamespaceInputBuilder
source · #[non_exhaustive]pub struct CreateNamespaceInputBuilder { /* private fields */ }
Expand description
A builder for CreateNamespaceInput
.
Implementations§
source§impl CreateNamespaceInputBuilder
impl CreateNamespaceInputBuilder
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 create the Amazon QuickSight namespace in.
This field is required.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 create the Amazon QuickSight namespace in.
sourcepub fn get_aws_account_id(&self) -> &Option<String>
pub fn get_aws_account_id(&self) -> &Option<String>
The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.
sourcepub fn namespace(self, input: impl Into<String>) -> Self
pub fn namespace(self, input: impl Into<String>) -> Self
The name that you want to use to describe the new namespace.
This field is required.sourcepub fn set_namespace(self, input: Option<String>) -> Self
pub fn set_namespace(self, input: Option<String>) -> Self
The name that you want to use to describe the new namespace.
sourcepub fn get_namespace(&self) -> &Option<String>
pub fn get_namespace(&self) -> &Option<String>
The name that you want to use to describe the new namespace.
sourcepub fn identity_store(self, input: IdentityStore) -> Self
pub fn identity_store(self, input: IdentityStore) -> Self
Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT
.
sourcepub fn set_identity_store(self, input: Option<IdentityStore>) -> Self
pub fn set_identity_store(self, input: Option<IdentityStore>) -> Self
Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT
.
sourcepub fn get_identity_store(&self) -> &Option<IdentityStore>
pub fn get_identity_store(&self) -> &Option<IdentityStore>
Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT
.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags that you want to associate with the namespace that you're creating.
The tags that you want to associate with the namespace that you're creating.
The tags that you want to associate with the namespace that you're creating.
sourcepub fn build(self) -> Result<CreateNamespaceInput, BuildError>
pub fn build(self) -> Result<CreateNamespaceInput, BuildError>
Consumes the builder and constructs a CreateNamespaceInput
.
source§impl CreateNamespaceInputBuilder
impl CreateNamespaceInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateNamespaceOutput, SdkError<CreateNamespaceError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateNamespaceOutput, SdkError<CreateNamespaceError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateNamespaceInputBuilder
impl Clone for CreateNamespaceInputBuilder
source§fn clone(&self) -> CreateNamespaceInputBuilder
fn clone(&self) -> CreateNamespaceInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateNamespaceInputBuilder
impl Debug for CreateNamespaceInputBuilder
source§impl Default for CreateNamespaceInputBuilder
impl Default for CreateNamespaceInputBuilder
source§fn default() -> CreateNamespaceInputBuilder
fn default() -> CreateNamespaceInputBuilder
source§impl PartialEq for CreateNamespaceInputBuilder
impl PartialEq for CreateNamespaceInputBuilder
source§fn eq(&self, other: &CreateNamespaceInputBuilder) -> bool
fn eq(&self, other: &CreateNamespaceInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.