with_output_url method

with_output_url

Specifies the new URL indicating where the resource will be located after processing.

Returns

This resource so that you can chain calls.

def with_output_url(self, output_url):
    ...
ParameterTypeDescription
output_urlUrlThe new URL indicating where the resource will be located after processing.

See Also