Struct aws_sdk_quicksight::output::create_namespace_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateNamespaceOutput
Implementations
The ARN of the Amazon QuickSight namespace you created.
The ARN of the Amazon QuickSight namespace you created.
The name of the new namespace that you created.
The name of the new namespace that you created.
The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace. This is set to the region that you run CreateNamespace in.
The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace. This is set to the region that you run CreateNamespace in.
The status of the creation of the namespace. This is an asynchronous process. A status
of CREATED means that your namespace is ready to use. If an error occurs,
it indicates if the process is retryable or non-retryable. In
the case of a non-retryable error, refer to the error message for follow-up
tasks.
The status of the creation of the namespace. This is an asynchronous process. A status
of CREATED means that your namespace is ready to use. If an error occurs,
it indicates if the process is retryable or non-retryable. In
the case of a non-retryable error, refer to the error message for follow-up
tasks.
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.
The Amazon Web Services request ID for this operation.
The Amazon Web Services request ID for this operation.
The HTTP status of the request.
Consumes the builder and constructs a CreateNamespaceOutput
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