Interface ResetUserPasswordResponse.Builder

    • Method Detail

      • userId

        ResetUserPasswordResponse.Builder userId​(String userId)

        The unique identifier of the user that a new password is generated for.

        Parameters:
        userId - The unique identifier of the user that a new password is generated for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • temporaryPassword

        ResetUserPasswordResponse.Builder temporaryPassword​(String temporaryPassword)

        A randomly generated temporary password for the requested user. This password expires in 7 days.

        Parameters:
        temporaryPassword - A randomly generated temporary password for the requested user. This password expires in 7 days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.