public class CustomFunction extends BaseParam
Transformation.customFunction(CustomFunction).| Modifier and Type | Method and Description |
|---|---|
static CustomFunction |
remote(java.lang.String url)
Generate a remote lambda custom action param to send to
Transformation.customFunction(CustomFunction) |
static CustomFunction |
wasm(java.lang.String publicId)
Generate a web-assembly custom action param to send to
Transformation.customFunction(CustomFunction) |
public static CustomFunction wasm(java.lang.String publicId)
Transformation.customFunction(CustomFunction)publicId - The public id of the web-assembly filepublic static CustomFunction remote(java.lang.String url)
Transformation.customFunction(CustomFunction)url - The public url of the aws lambda function