Interface CreateNamespaceResponse.Builder

    • 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 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.

        Parameters:
        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.
        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 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.

        Parameters:
        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.
        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 of QUICKSIGHT.
        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 of QUICKSIGHT.
        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.