public static interface CreateNamespaceResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateNamespaceResponse.Builder,CreateNamespaceResponse>
Modifier and Type | Method and Description |
---|---|
CreateNamespaceResponse.Builder |
arn(String arn)
The ARN of the Amazon QuickSight namespace you created.
|
CreateNamespaceResponse.Builder |
capacityRegion(String capacityRegion)
The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace.
|
CreateNamespaceResponse.Builder |
creationStatus(NamespaceStatus creationStatus)
The status of the creation of the namespace.
|
CreateNamespaceResponse.Builder |
creationStatus(String creationStatus)
The status of the creation of the namespace.
|
CreateNamespaceResponse.Builder |
identityStore(IdentityStore identityStore)
Specifies the type of your user identity directory.
|
CreateNamespaceResponse.Builder |
identityStore(String identityStore)
Specifies the type of your user identity directory.
|
CreateNamespaceResponse.Builder |
name(String name)
The name of the new namespace that you created.
|
CreateNamespaceResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
CreateNamespaceResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateNamespaceResponse.Builder arn(String arn)
The ARN of the Amazon QuickSight namespace you created.
arn
- The ARN of the Amazon QuickSight namespace you created.CreateNamespaceResponse.Builder name(String name)
The name of the new namespace that you created.
name
- The name of the new namespace that you created.CreateNamespaceResponse.Builder capacityRegion(String capacityRegion)
The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace. This is set to the region that you run CreateNamespace in.
capacityRegion
- The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new
namespace. This is set to the region that you run CreateNamespace in.CreateNamespaceResponse.Builder creationStatus(String creationStatus)
The status of the creation of the namespace. This is an asynchronous process. A status of
CREATED
means that your namespace is ready to use. If an error occurs, it indicates if the
process is retryable
or non-retryable
. In the case of a non-retryable error, refer
to the error message for follow-up tasks.
creationStatus
- The status of the creation of the namespace. This is an asynchronous process. A status of
CREATED
means that your namespace is ready to use. If an error occurs, it indicates if
the process is retryable
or non-retryable
. In the case of a non-retryable
error, refer to the error message for follow-up tasks.NamespaceStatus
,
NamespaceStatus
CreateNamespaceResponse.Builder creationStatus(NamespaceStatus creationStatus)
The status of the creation of the namespace. This is an asynchronous process. A status of
CREATED
means that your namespace is ready to use. If an error occurs, it indicates if the
process is retryable
or non-retryable
. In the case of a non-retryable error, refer
to the error message for follow-up tasks.
creationStatus
- The status of the creation of the namespace. This is an asynchronous process. A status of
CREATED
means that your namespace is ready to use. If an error occurs, it indicates if
the process is retryable
or non-retryable
. In the case of a non-retryable
error, refer to the error message for follow-up tasks.NamespaceStatus
,
NamespaceStatus
CreateNamespaceResponse.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
,
IdentityStore
CreateNamespaceResponse.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
,
IdentityStore
CreateNamespaceResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.CreateNamespaceResponse.Builder status(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.Copyright © 2022. All rights reserved.