Interface RegisterUserResponse.Builder

    • Method Detail

      • user

        RegisterUserResponse.Builder user​(User user)

        The user's user name.

        Parameters:
        user - The user's user name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userInvitationUrl

        RegisterUserResponse.Builder userInvitationUrl​(String userInvitationUrl)

        The URL the user visits to complete registration and provide a password. This is returned only for users with an identity type of QUICKSIGHT.

        Parameters:
        userInvitationUrl - The URL the user visits to complete registration and provide a password. This is returned only for users with an identity type of QUICKSIGHT.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

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

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