| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateNamespaceResponse |
QuickSightClient.createNamespace(Consumer<CreateNamespaceRequest.Builder> createNamespaceRequest)
(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.
|
default CompletableFuture<CreateNamespaceResponse> |
QuickSightAsyncClient.createNamespace(Consumer<CreateNamespaceRequest.Builder> createNamespaceRequest)
(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNamespaceRequest.Builder |
CreateNamespaceRequest.Builder.awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.
|
static CreateNamespaceRequest.Builder |
CreateNamespaceRequest.builder() |
CreateNamespaceRequest.Builder |
CreateNamespaceRequest.Builder.identityStore(IdentityStore identityStore)
Specifies the type of your user identity directory.
|
CreateNamespaceRequest.Builder |
CreateNamespaceRequest.Builder.identityStore(String identityStore)
Specifies the type of your user identity directory.
|
CreateNamespaceRequest.Builder |
CreateNamespaceRequest.Builder.namespace(String namespace)
The name that you want to use to describe the new namespace.
|
CreateNamespaceRequest.Builder |
CreateNamespaceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateNamespaceRequest.Builder |
CreateNamespaceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateNamespaceRequest.Builder |
CreateNamespaceRequest.Builder.tags(Collection<Tag> tags)
The tags that you want to associate with the namespace that you're creating.
|
CreateNamespaceRequest.Builder |
CreateNamespaceRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags that you want to associate with the namespace that you're creating.
|
CreateNamespaceRequest.Builder |
CreateNamespaceRequest.Builder.tags(Tag... tags)
The tags that you want to associate with the namespace that you're creating.
|
CreateNamespaceRequest.Builder |
CreateNamespaceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateNamespaceRequest.Builder> |
CreateNamespaceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.