@Generated(value="software.amazon.awssdk:codegen") public final class CreateNamespaceResponse extends QuickSightResponse implements ToCopyableBuilder<CreateNamespaceResponse.Builder,CreateNamespaceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateNamespaceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the QuickSight namespace you created.
|
static CreateNamespaceResponse.Builder |
builder() |
String |
capacityRegion()
The AWS Region that you want to use for the free SPICE capacity for the new namespace.
|
NamespaceStatus |
creationStatus()
The status of the creation of the namespace.
|
String |
creationStatusAsString()
The status of the creation of the namespace.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IdentityStore |
identityStore()
Specifies the type of your user identity directory.
|
String |
identityStoreAsString()
Specifies the type of your user identity directory.
|
String |
name()
The name of the new namespace that you created.
|
String |
requestId()
The AWS request ID for this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateNamespaceResponse.Builder> |
serializableBuilderClass() |
Integer |
status()
The HTTP status of the request.
|
CreateNamespaceResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The ARN of the QuickSight namespace you created.
public String name()
The name of the new namespace that you created.
public String capacityRegion()
The AWS 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.
public 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.
If the service returns an enum value that is not available in the current SDK version, creationStatus
will return NamespaceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from creationStatusAsString().
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.NamespaceStatuspublic String creationStatusAsString()
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.
If the service returns an enum value that is not available in the current SDK version, creationStatus
will return NamespaceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from creationStatusAsString().
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.NamespaceStatuspublic IdentityStore identityStore()
Specifies the type of your user identity directory. Currently, this supports users with an identity type of
QUICKSIGHT.
If the service returns an enum value that is not available in the current SDK version, identityStore
will return IdentityStore.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
identityStoreAsString().
QUICKSIGHT.IdentityStorepublic String identityStoreAsString()
Specifies the type of your user identity directory. Currently, this supports users with an identity type of
QUICKSIGHT.
If the service returns an enum value that is not available in the current SDK version, identityStore
will return IdentityStore.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
identityStoreAsString().
QUICKSIGHT.IdentityStorepublic String requestId()
The AWS request ID for this operation.
public Integer status()
The HTTP status of the request.
public CreateNamespaceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateNamespaceResponse.Builder,CreateNamespaceResponse>toBuilder in class AwsResponsepublic static CreateNamespaceResponse.Builder builder()
public static Class<? extends CreateNamespaceResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.