Interface CreateNamespaceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateNamespaceRequest.Builder,
,CreateNamespaceRequest> QuickSightRequest.Builder
,SdkBuilder<CreateNamespaceRequest.Builder,
,CreateNamespaceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateNamespaceRequest
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.identityStore
(String identityStore) Specifies the type of your user identity directory.identityStore
(IdentityStore identityStore) Specifies the type of your user identity directory.The name that you want to use to describe the new namespace.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags
(Collection<Tag> tags) The tags that you want to associate with the namespace that you're creating.tags
(Consumer<Tag.Builder>... tags) The tags that you want to associate with the namespace that you're creating.The tags that you want to associate with the namespace that you're creating.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
awsAccountId
The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.
- Parameters:
awsAccountId
- The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The name that you want to use to describe the new namespace.
- Parameters:
namespace
- The name that you want to use to describe the new namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityStore
Specifies the type of your user identity directory. Currently, this supports users with an identity type of
QUICKSIGHT
.- Parameters:
identityStore
- Specifies the type of your user identity directory. Currently, this supports users with an identity type ofQUICKSIGHT
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identityStore
Specifies the type of your user identity directory. Currently, this supports users with an identity type of
QUICKSIGHT
.- Parameters:
identityStore
- Specifies the type of your user identity directory. Currently, this supports users with an identity type ofQUICKSIGHT
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags that you want to associate with the namespace that you're creating.
- Parameters:
tags
- The tags that you want to associate with the namespace that you're creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags that you want to associate with the namespace that you're creating.
- Parameters:
tags
- The tags that you want to associate with the namespace that you're creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-