Personalize the Dashboard Link

Currently when I publish a dashboard, the default dashboard link is something like:
https://us-east-1.quicksight.aws.amazon.com/sn/dashboards/{some_random_letters&numbers}

Can we convert this link to something more user readable like
https://us-east-1.quicksight.aws.amazon.com/sn/dashboards/wbr_dashboard

This is possible if you generate the dashboard using he createDashboard api. There you can specify the dashboardId which is the {some_random_letters&numbers} part of the url you see in the browser.