Interface CreateNamespaceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateNamespaceResponse.Builder,CreateNamespaceResponse>,QuickSightResponse.Builder,SdkBuilder<CreateNamespaceResponse.Builder,CreateNamespaceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateNamespaceResponse
@Mutable @NotThreadSafe public static interface CreateNamespaceResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateNamespaceResponse.Builder,CreateNamespaceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateNamespaceResponse.Builderarn(String arn)The ARN of the QuickSight namespace you created.CreateNamespaceResponse.BuildercapacityRegion(String capacityRegion)The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace.CreateNamespaceResponse.BuildercreationStatus(String creationStatus)The status of the creation of the namespace.CreateNamespaceResponse.BuildercreationStatus(NamespaceStatus creationStatus)The status of the creation of the namespace.CreateNamespaceResponse.BuilderidentityStore(String identityStore)Specifies the type of your user identity directory.CreateNamespaceResponse.BuilderidentityStore(IdentityStore identityStore)Specifies the type of your user identity directory.CreateNamespaceResponse.Buildername(String name)The name of the new namespace that you created.CreateNamespaceResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.CreateNamespaceResponse.Builderstatus(Integer status)The HTTP status of the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
CreateNamespaceResponse.Builder arn(String arn)
The ARN of the QuickSight namespace you created.
- Parameters:
arn- The ARN of the QuickSight namespace you created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateNamespaceResponse.Builder name(String name)
The 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.
-
capacityRegion
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.
- 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.
-
creationStatus
CreateNamespaceResponse.Builder creationStatus(String 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 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 ofCREATEDmeans 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NamespaceStatus,NamespaceStatus
-
creationStatus
CreateNamespaceResponse.Builder creationStatus(NamespaceStatus 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 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 ofCREATEDmeans 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NamespaceStatus,NamespaceStatus
-
identityStore
CreateNamespaceResponse.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
CreateNamespaceResponse.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
-
requestId
CreateNamespaceResponse.Builder requestId(String requestId)
The 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.
-
status
CreateNamespaceResponse.Builder status(Integer status)
The 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.
-
-