@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 Amazon QuickSight namespace you created.
|
static CreateNamespaceResponse.Builder |
builder() |
String |
capacityRegion()
The Amazon Web Services 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 Amazon Web Services 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 final String arn()
The ARN of the Amazon QuickSight namespace you created.
public final String name()
The name of the new namespace that you created.
public final 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.
public final 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 final 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 final 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 final 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 final String requestId()
The Amazon Web Services request ID for this operation.
public final 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.