Interface CreateNamespaceResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateNamespaceResponse.Builder,CreateNamespaceResponse>, QuickSightResponse.Builder, SdkBuilder<CreateNamespaceResponse.Builder,CreateNamespaceResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateNamespaceResponse

public static interface CreateNamespaceResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateNamespaceResponse.Builder,CreateNamespaceResponse>
  • Method Details

    • arn

      The ARN of the Amazon QuickSight namespace you created.

      Parameters:
      arn - The ARN of the Amazon QuickSight namespace you created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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:
    • 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:
    • 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

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

      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.