Interface CreateNamespaceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateNamespaceRequest.Builder,CreateNamespaceRequest>,QuickSightRequest.Builder,SdkBuilder<CreateNamespaceRequest.Builder,CreateNamespaceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateNamespaceRequest
public static interface CreateNamespaceRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateNamespaceRequest.Builder,CreateNamespaceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateNamespaceRequest.BuilderawsAccountId(String awsAccountId)The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.CreateNamespaceRequest.BuilderidentityStore(String identityStore)Specifies the type of your user identity directory.CreateNamespaceRequest.BuilderidentityStore(IdentityStore identityStore)Specifies the type of your user identity directory.CreateNamespaceRequest.Buildernamespace(String namespace)The name that you want to use to describe the new namespace.CreateNamespaceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateNamespaceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateNamespaceRequest.Buildertags(Collection<Tag> tags)The tags that you want to associate with the namespace that you're creating.CreateNamespaceRequest.Buildertags(Consumer<Tag.Builder>... tags)The tags that you want to associate with the namespace that you're creating.CreateNamespaceRequest.Buildertags(Tag... tags)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 Detail
-
awsAccountId
CreateNamespaceRequest.Builder awsAccountId(String 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
CreateNamespaceRequest.Builder namespace(String 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
CreateNamespaceRequest.Builder identityStore(String 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,IdentityStore
-
identityStore
CreateNamespaceRequest.Builder identityStore(IdentityStore 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,IdentityStore
-
tags
CreateNamespaceRequest.Builder tags(Collection<Tag> 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
CreateNamespaceRequest.Builder tags(Tag... 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
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
CreateNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-