public static interface CreateNamespaceRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateNamespaceRequest.Builder,CreateNamespaceRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateNamespaceRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.
|
CreateNamespaceRequest.Builder |
identityStore(IdentityStore identityStore)
Specifies the type of your user identity directory.
|
CreateNamespaceRequest.Builder |
identityStore(String identityStore)
Specifies the type of your user identity directory.
|
CreateNamespaceRequest.Builder |
namespace(String namespace)
The name that you want to use to describe the new namespace.
|
CreateNamespaceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateNamespaceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateNamespaceRequest.Builder |
tags(Collection<Tag> tags)
The tags that you want to associate with the namespace that you're creating.
|
CreateNamespaceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags that you want to associate with the namespace that you're creating.
|
CreateNamespaceRequest.Builder |
tags(Tag... tags)
The tags that you want to associate with the namespace that you're creating.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateNamespaceRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.
awsAccountId - The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.CreateNamespaceRequest.Builder namespace(String namespace)
The name that you want to use to describe the new namespace.
namespace - The name that you want to use to describe the new namespace.CreateNamespaceRequest.Builder identityStore(String identityStore)
Specifies the type of your user identity directory. Currently, this supports users with an identity type of
QUICKSIGHT.
identityStore - Specifies the type of your user identity directory. Currently, this supports users with an identity
type of QUICKSIGHT.IdentityStore,
IdentityStoreCreateNamespaceRequest.Builder identityStore(IdentityStore identityStore)
Specifies the type of your user identity directory. Currently, this supports users with an identity type of
QUICKSIGHT.
identityStore - Specifies the type of your user identity directory. Currently, this supports users with an identity
type of QUICKSIGHT.IdentityStore,
IdentityStoreCreateNamespaceRequest.Builder tags(Collection<Tag> tags)
The tags that you want to associate with the namespace that you're creating.
tags - The tags that you want to associate with the namespace that you're creating.CreateNamespaceRequest.Builder tags(Tag... tags)
The tags that you want to associate with the namespace that you're creating.
tags - The tags that you want to associate with the namespace that you're creating.CreateNamespaceRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags that you want to associate with the namespace that you're creating.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.