url
Sets the URL for the CDN configuration.
Return
The Builder instance with the updated URL.
Parameters
url
The URL to be used for the CDN.
Represents the URL associated with the CDN configuration.
This property is optional and can be explicitly set using the url
function in the Builder
class. If left blank or not provided, an alternative URL will be constructed based on the baseUrl
and id
. The resulting URL is trimmed and validated to ensure it is non-blank.