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