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 AWS account that you want to create the 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 AWS account that you want to create the QuickSight namespace in.
awsAccountId - The ID for the AWS account that you want to create the 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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.