Struct aws_sdk_quicksight::input::create_namespace_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CreateNamespaceInput
Implementations
The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.
The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.
The name that you want to use to describe the new namespace.
The name that you want to use to describe the new namespace.
Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.
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.
Consumes the builder and constructs a CreateNamespaceInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more