Class CreateNamespaceResponse

    • Method Detail

      • arn

        public final String arn()

        The ARN of the QuickSight namespace you created.

        Returns:
        The ARN of the QuickSight namespace you created.
      • name

        public final String name()

        The name of the new namespace that you created.

        Returns:
        The name of the new namespace that you created.
      • capacityRegion

        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.

        Returns:
        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.
      • creationStatus

        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().

        Returns:
        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.
        See Also:
        NamespaceStatus
      • creationStatusAsString

        public 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().

        Returns:
        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.
        See Also:
        NamespaceStatus
      • identityStore

        public 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().

        Returns:
        Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.
        See Also:
        IdentityStore
      • identityStoreAsString

        public 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().

        Returns:
        Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.
        See Also:
        IdentityStore
      • requestId

        public final String requestId()

        The Amazon Web Services request ID for this operation.

        Returns:
        The Amazon Web Services request ID for this operation.
      • status

        public final Integer status()

        The HTTP status of the request.

        Returns:
        The HTTP status of the request.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object