Interface CreateNamespaceResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateNamespaceResponse.Builder,,- CreateNamespaceResponse> - QuickSightResponse.Builder,- SdkBuilder<CreateNamespaceResponse.Builder,,- CreateNamespaceResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateNamespaceResponse
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the Quick Sight namespace you created.capacityRegion(String capacityRegion) The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace.creationStatus(String creationStatus) The status of the creation of the namespace.creationStatus(NamespaceStatus creationStatus) The status of the creation of the namespace.identityStore(String identityStore) Specifies the type of your user identity directory.identityStore(IdentityStore identityStore) Specifies the type of your user identity directory.The name of the new namespace that you created.The Amazon Web Services request ID for this operation.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
arnThe ARN of the Quick Sight namespace you created. - Parameters:
- arn- The ARN of the Quick Sight namespace you created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the new namespace that you created. - Parameters:
- name- The name of the new namespace that you created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
capacityRegionThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationStatusThe status of the creation of the namespace. This is an asynchronous process. A status of CREATEDmeans that your namespace is ready to use. If an error occurs, it indicates if the process isretryableornon-retryable. In the case of a non-retryable error, refer to the error message for follow-up tasks.- Parameters:
- creationStatus- The status of the creation of the namespace. This is an asynchronous process. A status of- CREATEDmeans that your namespace is ready to use. If an error occurs, it indicates if the process is- retryableor- non-retryable. In the case of a non-retryable error, refer to the error message for follow-up tasks.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
creationStatusThe status of the creation of the namespace. This is an asynchronous process. A status of CREATEDmeans that your namespace is ready to use. If an error occurs, it indicates if the process isretryableornon-retryable. In the case of a non-retryable error, refer to the error message for follow-up tasks.- Parameters:
- creationStatus- The status of the creation of the namespace. This is an asynchronous process. A status of- CREATEDmeans that your namespace is ready to use. If an error occurs, it indicates if the process is- retryableor- non-retryable. In the case of a non-retryable error, refer to the error message for follow-up tasks.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
identityStoreSpecifies 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 of- QUICKSIGHT.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
identityStoreSpecifies 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 of- QUICKSIGHT.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
requestIdThe Amazon Web Services request ID for this operation. - Parameters:
- requestId- The Amazon Web Services request ID for this operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe HTTP status of the request. - Parameters:
- status- The HTTP status of the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-