} catch (UnsupportedEncodingException e) {
throw new InvalidParameterException("contentKeyId");
}
URI contentKeyUri = URI.create(String.format("ContentKeys('%s')",
escapedContentKeyId));
return new EntityLinkOperation("Assets", assetId, "ContentKeys",
contentKeyUri);
}